From fd47e7f4ea46690771d1fd94906daa0d34570e79 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Fri, 3 Jun 2022 12:26:58 +0200 Subject: [PATCH] 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 Change-Id: Ia1aaf3bf507145977b2065efad2550c6c0f07885 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c318a11..92f8860 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,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