Bumping flake8-typing-imports to version 1.12.0

Moving to version 1.12.0 will allow the library to handle the newest version
of our code intended for python runtimes >= 3.8

Closes-Bug: #1977495

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Ieb3d9b34048a624da0aca8d9cd095e5a06942d30
This commit is contained in:
Jiri Podivin 2022-06-03 11:16:45 +02:00
parent 5e1c4b03c8
commit 134f49e1cc
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