Adds flake8-type-checking
flake8 now checks for proper type hinting. Required when commiting new code.
This commit is contained in:
parent
393e3310a4
commit
fe2b347a53
6
.pre-commit-config.yaml
Normal file
6
.pre-commit-config.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
repos:
|
||||||
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
|
rev: 3.9.2
|
||||||
|
hooks:
|
||||||
|
- id: flake8
|
||||||
|
additional_dependencies: [ flake8-type-checking ]
|
||||||
Loading…
x
Reference in New Issue
Block a user