Files
ormar/.pre-commit-config.yaml
2021-10-09 19:43:21 +02:00

18 lines
412 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 21.9b0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
args: [ '--max-line-length=88' ]
files: ormar
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
hooks:
- id: mypy
files: ormar tests
additional_dependencies: [ types-pytz ]