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: Ife38d8fa5f132d0c8829c5405c635316823beca4
This commit is contained in:
Jiri Podivin 2022-06-03 12:24:16 +02:00
parent b8c7d2ab37
commit c6ad39a9e4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ 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
- repo: https://github.com/adrienverge/yamllint.git