Skip to content

Commit 0eb0dca

Browse files
authored
Update pyproject.toml
1 parent 9f110ed commit 0eb0dca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ dev = [
2020
[build-system]
2121
build-backend = "flit_core.buildapi"
2222
requires = ["flit_core >=3.2,<4"]
23+
24+
25+
[tool.black]
26+
line-length = 88
27+
target_version = ['py36']
28+
include = '\.pyi?$'
29+
exclude = '''

0 commit comments

Comments
 (0)