diff --git a/tox.ini b/tox.ini index 46cfdb7163..7d5f6a8e8a 100644 --- a/tox.ini +++ b/tox.ini @@ -113,6 +113,7 @@ description = lint source code deps = ruff commands = + ruff check --fix {[common]format_dirs} ruff format {[common]format_dirs} [testenv:ruff-lint]