Skip to content

Commit

Permalink
CI: avoid ruff warning (#3244)
Browse files Browse the repository at this point in the history
Avoid this warning:

	warning: `ruff <path>` is deprecated. Use `ruff check <path>` instead.
  • Loading branch information
DimitriPapadopoulos authored Mar 1, 2024
1 parent 6572d1e commit d9f0a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx run ruff .
- run: pipx run ruff check .
- run: pipx run ruff format --diff .

codespell:
Expand Down

0 comments on commit d9f0a8e

Please sign in to comment.