Skip to content

Commit 387218b

Browse files
pabs3Michael Howitz
authored andcommitted
Allow newer versions of flake8-typing-imports
Version 1.10.1 was released in 2020.
1 parent 55e96a5 commit 387218b

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
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: flake8
2222
language_version: python3
23-
additional_dependencies: [flake8-typing-imports==1.9.0]
23+
additional_dependencies: [flake8-typing-imports>=1.9.0]
2424
- repo: https://github.com/asottile/reorder_python_imports
2525
rev: v2.3.6
2626
hooks:

0 commit comments

Comments
 (0)