diff --git a/tox.ini b/tox.ini index 5673c0b..304ca02 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = py311-{4.2,5.0,main}, py312-{4.2,5.0,main}, docs, - lint, + ruff, [testenv] basepython = @@ -35,7 +35,7 @@ deps = basepython = python3.11 allowlist_externals = ruff deps = ruff -commands = ruff . +commands = ruff check . [testenv:docs] basepython = python3.11