Skip to content

Commit f31610c

Browse files
Update pyproject.toml
1 parent d530bdf commit f31610c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ lint.ignore = [
126126
"ISC001", # single-line-implicit-string-concatenation
127127
"PLR", # Design related pylint codes
128128
"PERF203", # try-except-in-loop
129-
"PT004", # Fixture does not return anything
130129
"RET505", # Unnecessary `elif` after `return`
131130
]
132131
src = ["src"]
@@ -138,7 +137,7 @@ lint.pydocstyle.convention = "numpy"
138137
lint.isort.known-first-party = ["template"]
139138
lint.isort.required-imports = ["from __future__ import annotations"]
140139
lint.isort.split-on-trailing-comma=false
141-
extend-include = ["*.ipynb"]
140+
lint.extend-include = ["*.ipynb"]
142141

143142
[tool.ruff.format]
144143
docstring-code-format = true

0 commit comments

Comments
 (0)