Skip to content

Commit

Permalink
ci: fix deprecated ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Mar 12, 2024
1 parent d5cdd92 commit 0590089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .woodpecker/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ steps:
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install
- poetry run ruff ./${CI_REPO_NAME//-/}
- poetry run ruff check ./${CI_REPO_NAME//-/}
environment:
PY_COLORS: "1"

0 comments on commit 0590089

Please # to comment.