Skip to content

Commit

Permalink
Update ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 5, 2023
1 parent da68de6 commit b1b904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github --ignore=F401 --target-version=py37 .
- run: ruff --format=github --ignore=F401 --target-version=py38 .
pytest:
strategy:
fail-fast: false
Expand Down

0 comments on commit b1b904c

Please sign in to comment.