budget/.pre-commit-config.yaml
Luís Murta fe2b347a53
Adds flake8-type-checking
flake8 now checks for proper type hinting.
Required when commiting new code.
2021-06-21 23:31:46 +01:00

7 lines
142 B
YAML

repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: [ flake8-type-checking ]