diff --git a/tox.ini b/tox.ini index 8fbb9c96..ea15a001 100644 --- a/tox.ini +++ b/tox.ini @@ -16,4 +16,4 @@ commands = python -m ruff check . [testenv:ruff-format] deps = .[lint] -commands = python -m ruff format . +commands = python -m ruff format --check .