forked from p34709852/monkey
Add dlint as an additional dependency for the flake8 pre-commit hook
This commit is contained in:
parent
0cb8fc8ac9
commit
57b61180ce
|
@ -19,6 +19,7 @@ repos:
|
||||||
rev: 3.9.1
|
rev: 3.9.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
|
additional_dependencies: [dlint]
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v3.4.0
|
rev: v3.4.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in New Issue