You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
530 B
21 lines
530 B
1 month ago
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.5.0
|
||
|
hooks:
|
||
|
- id: check-ast
|
||
|
- id: check-json
|
||
|
- id: check-xml
|
||
|
- id: check-yaml
|
||
|
- id: check-merge-conflict
|
||
|
- id: check-symlinks
|
||
|
- id: check-executables-have-shebangs
|
||
|
- id: check-shebang-scripts-are-executable
|
||
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||
|
rev: v1.7.1
|
||
|
hooks:
|
||
|
- id: mypy
|
||
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||
|
rev: v0.2.2
|
||
|
hooks:
|
||
|
- id: ruff
|