Skip to content

Commit 384798a

Browse files
committed
MAINT: no automated black formatting here
1 parent fa181fa commit 384798a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@
77
[build-system]
88
requires = ["setuptools", "wheel"]
99
build-backend = 'setuptools.build_meta'
10+
11+
[tool.black]
12+
force-exclude = '''
13+
(
14+
.*
15+
)
16+
'''

0 commit comments

Comments
 (0)