Skip to content

Commit deace76

Browse files
committed
Add rule for Black in pyproject.toml
1 parent b7aa7a7 commit deace76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ requires = [
44
"wheel"
55
]
66
build-backend = "setuptools.build_meta"
7+
8+
[tool.black]
9+
target-version = ["py39"]
10+
line_length = 88

0 commit comments

Comments
 (0)