Skip to content

Commit

Permalink
ruff --target-version=py38
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 13, 2023
1 parent ef769b8 commit 880cc99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github --select="E,F,PLC,PLE,UP,W,YTT" --ignore="PLC1901,S101,UP031" --target-version=py37 .
- run: ruff --format=github --select="E,F,PLC,PLE,UP,W,YTT"
--ignore="PLC1901,S101,UP031" --target-version=py38 .
Tests:
strategy:
fail-fast: false
Expand Down

0 comments on commit 880cc99

Please sign in to comment.