Skip to content

Commit

Permalink
[ruff] Set the target version to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 28, 2024
1 parent 58e2581 commit 10c0c62
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 @@ -87,6 +87,7 @@ write_to = "src/_pytest/_version.py"
target-version = [ "py39", "py310", "py311", "py312", "py313" ]

[tool.ruff]
target-version = "py39"
line-length = 88
src = [
"src",
Expand Down

0 comments on commit 10c0c62

Please sign in to comment.