Merge "Bumping flake8-typing-imports to version 1.12.0"

This commit is contained in:
Zuul 2022-06-03 21:46:47 +00:00 committed by Gerrit Code Review
commit 79571b7482
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ repos:
rev: 3.9.1
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.6.0]
additional_dependencies: [flake8-typing-imports==1.12.0]
entry: flake8 --ignore=E24,E121,E122,E123,E124,E126,E226,E265,E305,E402,F401,F405,E501,E704,F403,F841,W503,W605