Skip to content

Commit a3ab853

Browse files
committed
MNT: Add black config
1 parent cd4e7d8 commit a3ab853

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tool.black]
2+
line-length = 99
3+
target-version = ['py37']
4+
skip-string-normalization = true
5+
extend-exclude = '_version.py|versioneer.py'

0 commit comments

Comments
 (0)