Skip to content

Commit 877fcb6

Browse files
committed
update pyproject
1 parent 9d626d3 commit 877fcb6

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

pyproject.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,19 @@ test = [
4242

4343
[tool.black]
4444
line-length = 127
45-
include = '.pyi?
46-
47-
45+
include = '\.pyi?$'
4846
exclude = '''
4947
/(
50-
| .git
51-
| .hg
52-
| .mypy_cache
53-
| .tox
54-
| .venv
48+
| \.git
49+
| \.hg
50+
| \.mypy_cache
51+
| \.tox
52+
| \.venv
5553
| _build
5654
| buck-out
5755
| build
5856
| dist
59-
| docs/source/conf.py
57+
| docs/source/conf\.py
6058
)/
6159
'''
6260

0 commit comments

Comments
 (0)