Skip to content

Commit 9445cde

Browse files
committed
Added pyproject.toml to configure black to linelength 80 as flake8
1 parent 4389cf2 commit 9445cde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tool.black]
2+
line-length = 80
3+
target-version = ['py37']

0 commit comments

Comments
 (0)