Skip to content

Commit

Permalink
chore: specify python target-version
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Aug 23, 2023
1 parent a5da102 commit 794a622
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 @@ -84,6 +84,7 @@ allow_untyped_defs = true

[tool.ruff]
line-length = 99
target-version = "py39" # until poetry v2
select = ["ALL"]
ignore = [
"COM812", # Trailing comma missing
Expand Down

0 comments on commit 794a622

Please sign in to comment.