Skip to content

Commit 7974db9

Browse files
committed
MNT: Add pyproject.toml, set black to skip string normalization
1 parent 72c11d6 commit 7974db9

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+
[build-system]
2+
requires = ["setuptools >= 30.3.0", "wheel"]
3+
4+
[tool.black]
5+
skip-string-normalization = true

0 commit comments

Comments
 (0)