Skip to content

Commit d016c25

Browse files
feat(tutorial): add Python visualization libraries guide
1 parent 94d9e96 commit d016c25

File tree

2 files changed

+1442
-0
lines changed

2 files changed

+1442
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ exclude = [
5151
"venv",
5252
]
5353

54+
# Extend exclusions to skip Jupyter notebooks
55+
extend-exclude = ["*.ipynb"]
56+
5457
# Same as Black.
5558
line-length = 88
5659

0 commit comments

Comments
 (0)