Skip to content

Commit 880cc99

Browse files
authored
ruff --target-version=py38
1 parent ef769b8 commit 880cc99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- run: pip install --user ruff
16-
- run: ruff --format=github --select="E,F,PLC,PLE,UP,W,YTT" --ignore="PLC1901,S101,UP031" --target-version=py37 .
16+
- run: ruff --format=github --select="E,F,PLC,PLE,UP,W,YTT"
17+
--ignore="PLC1901,S101,UP031" --target-version=py38 .
1718
Tests:
1819
strategy:
1920
fail-fast: false

0 commit comments

Comments
 (0)