Skip to content

Commit 382e3d3

Browse files
authored
Merge pull request #9539 from pytest-dev/all-repos_autofix_flake8-typing-imports
upgrade flake8-typing-imports
2 parents 2907252 + 039c3a2 commit 382e3d3

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
@@ -26,7 +26,7 @@ repos:
2626
- id: flake8
2727
language_version: python3
2828
additional_dependencies:
29-
- flake8-typing-imports==1.9.0
29+
- flake8-typing-imports==1.12.0
3030
- flake8-docstrings==1.5.0
3131
- repo: https://github.com/asottile/reorder_python_imports
3232
rev: v2.6.0

0 commit comments

Comments
 (0)