Skip to content

Commit e13e423

Browse files
black: specify required-version
This ensures consistent formatting among different contributors / development setups. https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#required-version
1 parent 7627868 commit e13e423

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.black]
2+
required-version = "22"

0 commit comments

Comments
 (0)