From 5f30917664b26b11a76f6ed26437bff0724ffce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Fri, 15 Mar 2024 23:38:15 +0100 Subject: [PATCH] Remove old comments. --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index c7343fbe..26876cae 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =