Skip to content

Commit 84441cd

Browse files
Update pyproject.toml
1 parent f31610c commit 84441cd

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
@@ -137,7 +137,7 @@ lint.pydocstyle.convention = "numpy"
137137
lint.isort.known-first-party = ["template"]
138138
lint.isort.required-imports = ["from __future__ import annotations"]
139139
lint.isort.split-on-trailing-comma=false
140-
lint.extend-include = ["*.ipynb"]
140+
extend-include = ["*.ipynb"]
141141

142142
[tool.ruff.format]
143143
docstring-code-format = true

0 commit comments

Comments
 (0)