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 d53fa3c commit 709b500
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 @@ -167,7 +167,7 @@ lint.pydocstyle.convention = "numpy"
lint.isort.known-first-party = ["quacc"]
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 709b500

Please sign in to comment.