Skip to content

Commit 40caf92

Browse files
authored
Fix typo in property name in pyproject.toml (#1294)
Fix silly typo in the section for Black: `target_version` → `target-version`.
1 parent cf66a25 commit 40caf92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[tool.black]
1616
line-length = 100
17-
target_version = ['py310', 'py311', 'py312', 'py313']
17+
target-version = ['py310', 'py311', 'py312', 'py313']
1818
skip-string-normalization = true
1919
skip-magic-trailing-comma = true
2020

0 commit comments

Comments
 (0)