Skip to content

Commit

Permalink
Display Ruff version and help
Browse files Browse the repository at this point in the history
  • Loading branch information
jpauwels committed Nov 6, 2024
1 parent cdc77b5 commit 791aa85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
python -m pip install -e .
- name: Lint with ruff
run: |
ruff --version
ruff check --help
# stop the build if there are Python syntax errors or undefined names
ruff check --output-format=github --select=E9,F63,F7,F82 .
# default set of ruff rules with GitHub Annotations
Expand Down

0 comments on commit 791aa85

Please sign in to comment.