lint ruff: use ruff check to address deprecation

epel9 imports/epel9/ansible-packaging-1-16.el9
Maxwell G 5 months ago
parent a8e6aeb5a2
commit c7bca0022d
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

@ -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

Loading…
Cancel
Save