Skip to content

Commit

Permalink
GitHub Actions: Pass --target-version=py39 to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Jan 5, 2025
1 parent 53ff026 commit 5fc0a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
- name: Install ruff
run: python -m pip install ruff
- name: Run ruff check
run: ruff check --select F,E,W,I,UP --line-length=106 .
run: ruff check --select F,E,W,I,UP --line-length=106 --target-version=py39 .

0 comments on commit 5fc0a70

Please sign in to comment.