.pre-commit-config.yaml
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies:
- attrs==21.4.0
- types-all
args:
- --ignore-missing-imports
ci:
autofix_commit_msg: |
[pre-commit.ci] Auto fixes from pre-commit hooks
For more information, see https://pre-commit.ci
autoupdate_branch: develop
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
autoupdate_schedule: quarterly