Skip to content

Commit acc4fc7

Browse files
committed
Easier include config
1 parent 63db0ed commit acc4fc7

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

pyproject.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
[tool.black]
22
line-length = 90
3-
include = '''
4-
5-
(
6-
(
7-
src
8-
).*\.pyi?$
9-
)|(
10-
setup\.py
11-
)
12-
'''
13-
exclude = '''
14-
15-
(
16-
)
17-
'''
3+
include = '\.pyi?$'

0 commit comments

Comments
 (0)