Skip to content

Commit

Permalink
Fix ruff argument since ruff 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed Oct 24, 2023
1 parent 1576642 commit f46c659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Linting tests
run: |
black --check --diff linuxpy tests examples
ruff check --diff --format=github --show-files .
ruff check --diff --output-format=github --show-files .
- name: Build package
run: |
python -m build
Expand Down

0 comments on commit f46c659

Please sign in to comment.