]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
block flake8-import-order 0.19.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jun 2025 16:43:01 +0000 (12:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jun 2025 16:43:01 +0000 (12:43 -0400)
It looks like their attempt to fix [1] has backfired in [2]

[1] https://github.com/PyCQA/flake8-import-order/issues/201
[2] https://github.com/PyCQA/flake8-import-order/issues/212

Change-Id: I755450a0b17215fe1e04a12e4d966d672b637b76

.pre-commit-config.yaml
tox.ini

index 21a8658025586356fa59ccb220994039673c5974..304ef3a4c6c51b9cb99ced6e79921499e460d003 100644 (file)
@@ -18,7 +18,7 @@ repos:
     hooks:
     -   id: flake8
         additional_dependencies:
-          - flake8-import-order
+          - flake8-import-order!=0.19.0
           - flake8-import-single==0.1.5
           - flake8-builtins
           - flake8-docstrings
diff --git a/tox.ini b/tox.ini
index fad7ec275a85f1b16f1968c26e7c52c997627499..57afd7969612ab49bed570239c8d77c97ce96a52 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -87,7 +87,7 @@ commands = {[testenv:pep484]commands}
 basepython = python3
 deps=
       flake8
-      flake8-import-order
+      flake8-import-order!=0.19.0
       flake8-import-single==0.1.5
       flake8-builtins
       flake8-docstrings