|
|
@ -16,16 +16,16 @@ repos:
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: check-added-large-files
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 23.11.0
|
|
|
|
rev: 23.12.1
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
- id: black
|
|
|
|
args: [--config=pyproject.toml]
|
|
|
|
args: [--config=pyproject.toml]
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
|
|
rev: 5.12.0
|
|
|
|
rev: 5.13.2
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
- id: isort
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
|
|
rev: "v1.7.1"
|
|
|
|
rev: "v1.8.0"
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: mypy
|
|
|
|
- id: mypy
|
|
|
|
- repo: https://github.com/PyCQA/docformatter
|
|
|
|
- repo: https://github.com/PyCQA/docformatter
|
|
|
@ -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.37.0
|
|
|
|
rev: v0.38.0
|
|
|
|
hooks:
|
|
|
|
hooks:
|
|
|
|
- id: markdownlint-fix
|
|
|
|
- id: markdownlint-fix
|
|
|
|
- id: markdownlint
|
|
|
|
- id: markdownlint
|
|
|
|