Skip to content

Commit

Permalink
chore: bump ruff target version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Nov 8, 2023
1 parent 54fc53d commit 05d8fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ doctest_optionflags = "NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS"

[tool.ruff]
# https://docs.astral.sh/ruff/rules/
target-version = "py39"
target-version = "py310"
select = ["B", "E", "F", "W"]
ignore = ["E501"]

Expand Down

0 comments on commit 05d8fec

Please sign in to comment.