Skip to content

Commit

Permalink
Add py314 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 4, 2024
1 parent fb84363 commit 919e7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
include:
- version: "3.12"
check-formatting: "true"
check-consistency: "true"
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ indent-width = 4
target-version = "py38"

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "B", "I", "N", "C4", "C90", "RUF", "PYI"]
select = ["E4", "E7", "E9", "F", "B", "I", "N", "C4", "C90", "RUF", "PYI", "UP"]
fixable = ["ALL"]
unfixable = ["B"]
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
Expand Down

0 comments on commit 919e7b8

Please sign in to comment.