Skip to content

Commit 3270c06

Browse files
correct pre-commit flake8 extra deps
1 parent 4262255 commit 3270c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
21-
- flake8-typing-imports==1.9.0
21+
- flake8-typing-imports==1.14.0
2222
- repo: https://github.com/asottile/reorder-python-imports
2323
rev: v3.11.0
2424
hooks:

0 commit comments

Comments
 (0)