Skip to content

Commit

Permalink
upgrade flake8-typing-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jan 24, 2022
1 parent 0664824 commit 543cf8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: ['flake8-typing-imports==1.7.0']
additional_dependencies: ['flake8-typing-imports==1.12.0']
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion reorder_python_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def _report_diff(contents: str, new_contents: str, filename: str) -> None:

# GENERATED VIA generate-typing-rewrite-info
# Using:
# flake8-typing-imports==1.10.1
# flake8-typing-imports==1.12.0
# mypy_extensions==0.4.3
# typing_extensions==3.7.4.3
REPLACES[(3, 7)].update((
Expand Down

0 comments on commit 543cf8a

Please sign in to comment.