We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa181fa commit 384798aCopy full SHA for 384798a
pyproject.toml
@@ -7,3 +7,10 @@
7
[build-system]
8
requires = ["setuptools", "wheel"]
9
build-backend = 'setuptools.build_meta'
10
+
11
+[tool.black]
12
+force-exclude = '''
13
+(
14
+ .*
15
+)
16
+'''
0 commit comments