ci: fix deprecated ruff command

This commit is contained in:
Robert Kaussow 2024-03-12 20:52:52 +01:00
parent 7b9ba09f1d
commit 6e88c18375
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ steps:
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install -E ansible-core
- poetry run ruff ./${CI_REPO_NAME//-/}
- poetry run ruff check ./${CI_REPO_NAME//-/}
environment:
PY_COLORS: "1"