add tests to pre-commit black

This commit is contained in:
collerek
2021-10-09 20:28:30 +02:00
parent 3a0fba5a60
commit d992f3dc3b

View File

@ -3,6 +3,7 @@ repos:
rev: 21.9b0 rev: 21.9b0
hooks: hooks:
- id: black - id: black
files: ormar tests
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
rev: 3.9.2 rev: 3.9.2
hooks: hooks:
@ -14,4 +15,3 @@ repos:
hooks: hooks:
- id: mypy - id: mypy
files: ormar tests files: ormar tests
additional_dependencies: [ types-pytz ]