From 57b61180ced7309b6b746f13035847cb6e24d6cb Mon Sep 17 00:00:00 2001 From: Shreya Date: Wed, 21 Apr 2021 18:22:24 +0530 Subject: [PATCH] Add dlint as an additional dependency for the flake8 pre-commit hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eab23793c..af30837fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: