Skip to content

Commit

Permalink
ruff: add in --preview flag for linting in GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck committed Oct 18, 2023
1 parent b9497d3 commit 0376a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Run ruff
run: |
poetry run ruff --version
poetry run ruff check .
poetry run ruff check . --preview

0 comments on commit 0376a00

Please sign in to comment.