tox: remove isort

The role of the `isort` check is now performed by `ruff` instead of
`isort`.
This commit is contained in:
Simon de Vlieger 2024-03-05 11:11:18 +01:00 committed by Ondřej Budai
parent 6536a45d0a
commit 82218c91a1
2 changed files with 2 additions and 9 deletions

View file

@ -248,7 +248,7 @@ test-all:
.PHONY: lint
lint:
tox run-parallel -e ruff,pylint,autopep8,isort,mypy,mypy-strict
tox run-parallel -e ruff,pylint,autopep8,mypy,mypy-strict
#
# Building packages