forked from p15670423/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
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies: [dlint]
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.4.0
|
||||
hooks:
|
||||
|
|
Loading…
Reference in New Issue