Skip to content

Commit a76b656

Browse files
authored
Merge pull request #5216 from plotly/fix-black-exclude
Fix `black` `exclude` parameter in `pyproject.toml`
2 parents 0089b4d + 66e9b05 commit a76b656

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ line-length = 88
7070
target_version = ['py38', 'py39', 'py310', 'py311', 'py312']
7171
include = '\.pyi?$'
7272
exclude = '''
73-
74-
(
73+
/(
7574
\.eggs # exclude a few common directories in the
7675
| \.git # root of the project
7776
| \.hg
@@ -85,7 +84,7 @@ exclude = '''
8584
| js
8685
| submodules
8786
| plotly/matplotlylib/mplexporter
88-
)
87+
)/
8988
'''
9089

9190
[tool.jupyter-packaging.builder]

0 commit comments

Comments
 (0)