Skip to content

Commit 3adaf5d

Browse files
committed
exclude .pyi files from formatter
1 parent abad998 commit 3adaf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

black.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
line-length = 120
33
skip-string-normalization=true
44
target-version = ['py37']
5-
include = '\.pyi?$'
65
exclude = '''
76
(
87
/(
@@ -17,5 +16,6 @@ exclude = '''
1716
| build
1817
| dist
1918
)/
19+
| .+\.pyi$
2020
)
2121
'''

0 commit comments

Comments
 (0)