Skip to content

Commit

Permalink
black: fix "target-version" in "pyproject.toml"
Browse files Browse the repository at this point in the history
Fixes: 298ee58 ('python add "pyproject.toml" for configuring black')
  • Loading branch information
thom311 committed Sep 12, 2024
1 parent 6eded15 commit 379a140
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
@@ -1,5 +1,5 @@
[tool.black]
target-versions = ["py37", "py38", "py39", "py310"]
target-version = ["py37", "py38", "py39", "py310"]
include = '''
(
\.py$
Expand Down

0 comments on commit 379a140

Please sign in to comment.