Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Jan 23, 2025
1 parent f31610c commit 84441cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ lint.pydocstyle.convention = "numpy"
lint.isort.known-first-party = ["template"]
lint.isort.required-imports = ["from __future__ import annotations"]
lint.isort.split-on-trailing-comma=false
lint.extend-include = ["*.ipynb"]
extend-include = ["*.ipynb"]

[tool.ruff.format]
docstring-code-format = true
Expand Down

0 comments on commit 84441cd

Please sign in to comment.