Skip to content

Commit

Permalink
Run ruff check in CI again
Browse files Browse the repository at this point in the history
It had been disabled by d9756f0.

Remove `--diff` as it actually silences issues.
  • Loading branch information
DimitriPapadopoulos committed Aug 27, 2024
1 parent bca1c14 commit 0dc2ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- run: pipx run ruff format --diff
- run: pipx run ruff check
- run: pipx run ruff format

codespell:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0dc2ddf

Please sign in to comment.