Skip to content

Commit

Permalink
Correctly specify language versions for Black.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Nov 15, 2024
1 parent 168de9a commit b3027dc
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 @@ -50,7 +50,7 @@ tests = ["nox"]
skips = ["B101", "B113"]

[tool.black]
target-version = ["py39", "py39", "py310", "py311", "py313"]
target-version = ["py39", "py310", "py311", "py312", "py313"]

[tool.coverage.paths]
source = ["src", ".nox/tests_with_coverage*/**/site-packages"]
Expand Down

0 comments on commit b3027dc

Please sign in to comment.