mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
python: do not use isort 5.11.0
This commit is contained in:
@@ -49,7 +49,8 @@ skipsdist = True
|
|||||||
skip_install = True
|
skip_install = True
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
isort
|
# isort 5.11.0 is broken: https://github.com/PyCQA/isort/issues/2031
|
||||||
|
isort<5.11.0
|
||||||
black
|
black
|
||||||
# pygments required by rst-lint
|
# pygments required by rst-lint
|
||||||
pygments
|
pygments
|
||||||
|
|||||||
Reference in New Issue
Block a user