Skip to content

Commit 2472bd8

Browse files
chore: update linting configuration to exclude Jupyter notebooks
Co-authored-by: Genie <[email protected]>
1 parent 7a70692 commit 2472bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ unfixable = []
1111
line-length = 88
1212

1313
# Exclude Jupyter notebooks from linting
14-
extend-exclude = ["\\.ipynb$"]
14+
exclude = ["*.ipynb"]
1515

1616
[build-system]
1717
requires = ["setuptools >= 61"]

0 commit comments

Comments
 (0)