Skip to content

Commit 543cf8a

Browse files
committed
upgrade flake8-typing-imports
Committed via https://github.com/asottile/all-repos
1 parent 0664824 commit 543cf8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
rev: 4.0.1
1515
hooks:
1616
- id: flake8
17-
additional_dependencies: ['flake8-typing-imports==1.7.0']
17+
additional_dependencies: ['flake8-typing-imports==1.12.0']
1818
- repo: https://github.com/pre-commit/mirrors-autopep8
1919
rev: v1.6.0
2020
hooks:

reorder_python_imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def _report_diff(contents: str, new_contents: str, filename: str) -> None:
531531

532532
# GENERATED VIA generate-typing-rewrite-info
533533
# Using:
534-
# flake8-typing-imports==1.10.1
534+
# flake8-typing-imports==1.12.0
535535
# mypy_extensions==0.4.3
536536
# typing_extensions==3.7.4.3
537537
REPLACES[(3, 7)].update((

0 commit comments

Comments
 (0)