Merge pull request #9539 from pytest-dev/all-repos_autofix_flake8-typing-imports

upgrade flake8-typing-imports
This commit is contained in:
Anthony Sottile 2022-01-24 08:56:04 -05:00 committed by GitHub
commit 382e3d346e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ repos:
- id: flake8
language_version: python3
additional_dependencies:
- flake8-typing-imports==1.9.0
- flake8-typing-imports==1.12.0
- flake8-docstrings==1.5.0
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0