diff --git a/tox.ini b/tox.ini index 3ac17306..1d4cc439 100644 --- a/tox.ini +++ b/tox.ini @@ -4,5 +4,5 @@ envlist = py{38,39,310,311,312,313},pypy{39,310} [testenv] deps = -r tests/requirements.txt # See setup.cfg for changes to default settings -commands = ruff . +commands = ruff check pytest {posargs}