Skip to content

Commit c696719

Browse files
committed
Fix typo
1 parent 84e034c commit c696719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: blacken-docs
2121
additional_dependencies: [black==20.8b1]
22-
# Use a local hook to run because the official hook runs mypy in a venv
22+
# Use a local hook to run mypy because the official hook runs mypy in a venv
2323
# that doesn't have dependencies or their type annotations installed.
2424
- repo: local
2525
hooks:

0 commit comments

Comments
 (0)