From eb716884a4abcabae84a6aaba105568e925b7d27 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 15 Jan 2022 11:38:32 -0500 Subject: [PATCH] update zimports to 0.4.2 Will handle imports with "# type: ignore" comments as well as specific noqa codes. also works in python 3.10 Change-Id: I8937aeb109c29e003dd32a4251dbd786534681bf --- .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 80138c26a1..015d80ecfc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: black - repo: https://github.com/sqlalchemyorg/zimports - rev: v0.4.1 + rev: v0.4.2 hooks: - id: zimports args: -- 2.47.3