Skip to content

Commit

Permalink
do not set ruff to use Python3.10 conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 13, 2024
1 parent 49fe4d7 commit 47fc1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ markers = [
[tool.ruff]
src = ["ravenpy"]
line-length = 150
target-version = "py39"
exclude = [
".eggs",
".git",
Expand Down

0 comments on commit 47fc1a6

Please sign in to comment.