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 f38fc9f commit d53fa3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,14 @@ lint.ignore = [
"ISC001", # single-line-implicit-string-concatenation
"PLR", # Design related pylint codes
"PERF203", # try-except-in-loop
"PT004", # Fixture does not return anything
"RET505", # Unnecessary `elif` after `return`
]
src = ["src"]
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
extend-include = ["*.ipynb"]
lint.extend-include = ["*.ipynb"]

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

0 comments on commit d53fa3c

Please sign in to comment.