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
hooks:
- id: flake8
additional_dependencies:
- - flake8-import-order!=0.19.0
+ - flake8-import-order<0.19
- flake8-import-single==0.1.5
- flake8-builtins
- flake8-future-annotations>=0.0.5
deps=
flake8==7.2.0
- flake8-import-order!=0.19.0
+ flake8-import-order<0.19
flake8-builtins
flake8-future-annotations>=0.0.5
flake8-docstrings>=1.6.0