python: do not use isort 5.11.0

This commit is contained in:
link2xt
2022-12-12 20:43:28 +00:00
parent f37e50cc71
commit 585a6f15a6

View File

@@ -49,7 +49,8 @@ skipsdist = True
skip_install = True
deps =
flake8
isort
# isort 5.11.0 is broken: https://github.com/PyCQA/isort/issues/2031
isort<5.11.0
black
# pygments required by rst-lint
pygments