Remove old comments.

This commit is contained in:
Emil Stenström 2024-03-15 23:38:15 +01:00
parent b14dec9777
commit 5f30917664

View file

@ -44,7 +44,6 @@ allowlist_externals = py.test
commands = py.test {posargs}
[testenv:flake8]
# Note: Settings for flake8 exists in the setup.cfg file
changedir = {toxinidir}
deps =
flake8
@ -53,14 +52,12 @@ commands =
flake8 .
[testenv:isort]
# Note: Settings for isort exists in the setup.cfg file
changedir = {toxinidir}
deps = isort
commands =
isort --check-only --diff django_components
[testenv:coverage]
# Note: Settings for coverage exists in the setup.cfg file
changedir = {toxinidir}
deps = pytest-coverage
commands =