We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e034c commit c696719Copy full SHA for c696719
1 file changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
hooks:
20
- id: blacken-docs
21
additional_dependencies: [black==20.8b1]
22
-# Use a local hook to run because the official hook runs mypy in a venv
+# Use a local hook to run mypy because the official hook runs mypy in a venv
23
# that doesn't have dependencies or their type annotations installed.
24
- repo: local
25
0 commit comments