From c7bca0022dd371a644bef82e0a7402a414188527 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 20 Sep 2024 10:50:58 -0500 Subject: [PATCH] lint ruff: use ruff check to address deprecation --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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