]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
really pin flake8-import-order to <0.19
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jun 2025 17:04:54 +0000 (13:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jun 2025 17:08:48 +0000 (13:08 -0400)
commit8cb4bb0fd0ce648ba927300c91b254cee6f8ab72
treefa1ddb06ba5f5e4df7d0d0e2eaf62b4fa9ccb952
parent267b99c7848d578c494a66c56929635f2397967e
really pin flake8-import-order to <0.19

In 8a287bf5c5635daf99217e I told @caselit to just omit 0.19.0,
as I wa sure 0.19.1 would fix the issue.  Unfortunately in [1]
we see that this release continues to have problems, which seems
to be related not to the importlib.metadata fix but to an unrelated
improvement for TYPE_CHECKING blocks.

So we really have to wait for them to get a working release before
we can update.

Change-Id: Ia82a98e836bed9e826906bd07827a9e00998bf7c
.pre-commit-config.yaml
tox.ini