Add dlint as an additional dependency for the flake8 pre-commit hook

This commit is contained in:
Shreya 2021-04-21 18:22:24 +05:30 committed by Mike Salvatore
parent 0cb8fc8ac9
commit 57b61180ce
1 changed files with 1 additions and 0 deletions

View File

@ -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: