diff --git a/tox.ini b/tox.ini index 58393b8..ee08526 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ skip_install = true deps = ruff commands = - ruff {posargs} ansible_collection.py ansible-generator + ruff check {posargs} ansible_collection.py ansible-generator [testenv:typing-py{36,39,311,312}] description = Run type checkers