diff --git a/tox.ini b/tox.ini index 305efdf..1140039 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ deps = ruff commands = black --target-version py310 {[vars]all_path} - ruff --fix {[vars]all_path} + ruff check --fix {[vars]all_path} [testenv:lint] description = Check code against coding style standards. @@ -47,7 +47,7 @@ deps = yamllint commands = codespell {[vars]all_path} - ruff {[vars]all_path} + ruff check {[vars]all_path} black --check --diff --target-version py310 {[vars]all_path} yamllint --strict {[vars]snap_path}