diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-01-15 11:38:32 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-01-15 11:38:32 -0500 |
| commit | eb716884a4abcabae84a6aaba105568e925b7d27 (patch) | |
| tree | 0d3f8c59d9a367c248a5d5d0e5a7c0bca90a5912 | |
| parent | 689f2b910c5437a8d49ec9e69c9ba5035f0e9570 (diff) | |
| download | sqlalchemy-eb716884a4abcabae84a6aaba105568e925b7d27.tar.gz | |
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
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80138c26a..015d80ecf 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: |
