|
|
@ -25,18 +25,18 @@ repos:
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
|
|
rev: "v1.3.0"
|
|
|
|
rev: "v1.4.1"
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: mypy
|
|
|
|
- id: mypy
|
|
|
|
- repo: https://github.com/PyCQA/docformatter
|
|
|
|
- repo: https://github.com/PyCQA/docformatter
|
|
|
|
rev: v1.7.2
|
|
|
|
rev: v1.7.3
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: docformatter
|
|
|
|
- id: docformatter
|
|
|
|
args:
|
|
|
|
args:
|
|
|
|
- --in-place
|
|
|
|
- --in-place
|
|
|
|
- --config=pyproject.toml
|
|
|
|
- --config=pyproject.toml
|
|
|
|
- repo: https://github.com/PyCQA/autoflake
|
|
|
|
- repo: https://github.com/PyCQA/autoflake
|
|
|
|
rev: v2.1.1
|
|
|
|
rev: v2.2.0
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: autoflake
|
|
|
|
- id: autoflake
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
|
|
@ -46,7 +46,7 @@ repos:
|
|
|
|
entry: pflake8
|
|
|
|
entry: pflake8
|
|
|
|
additional_dependencies: [pyproject-flake8]
|
|
|
|
additional_dependencies: [pyproject-flake8]
|
|
|
|
- repo: https://github.com/netromdk/vermin
|
|
|
|
- repo: https://github.com/netromdk/vermin
|
|
|
|
rev: v1.5.1
|
|
|
|
rev: v1.5.2
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: vermin
|
|
|
|
- id: vermin
|
|
|
|
# specify your target version here, OR in a Vermin config file as usual:
|
|
|
|
# specify your target version here, OR in a Vermin config file as usual:
|
|
|
@ -57,7 +57,7 @@ repos:
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: yamllint
|
|
|
|
- id: yamllint
|
|
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
|
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
|
|
|
rev: v0.34.0
|
|
|
|
rev: v0.35.0
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: markdownlint-fix
|
|
|
|
- id: markdownlint-fix
|
|
|
|
- id: markdownlint
|
|
|
|
- id: markdownlint
|
|
|
|