Skip to content

Commit

Permalink
Fix target-version typo in pyproject.toml (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Dec 21, 2023
1 parent 5af6698 commit b64d0f9
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 @@ -100,7 +100,7 @@ sphinx_copybutton = "*"

[tool.black]
line-length = 119
target-versions = ["py38", "py39", "py310", "py311"]
target-version = ["py38", "py39", "py310", "py311"]

[tool.ruff]
select = [
Expand Down

0 comments on commit b64d0f9

Please sign in to comment.