From 62a67f41a40e77f853010f15621a5b57ef0e5b9a Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Mon, 16 Sep 2024 08:22:02 +0200 Subject: [PATCH] Fix ruff in tox --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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