Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a76b656

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /