We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d530bdf commit f31610cCopy full SHA for f31610c
pyproject.toml
@@ -126,7 +126,6 @@ lint.ignore = [
126
"ISC001", # single-line-implicit-string-concatenation
127
"PLR", # Design related pylint codes
128
"PERF203", # try-except-in-loop
129
- "PT004", # Fixture does not return anything
130
"RET505", # Unnecessary `elif` after `return`
131
]
132
src = ["src"]
@@ -138,7 +137,7 @@ lint.pydocstyle.convention = "numpy"
138
137
lint.isort.known-first-party = ["template"]
139
lint.isort.required-imports = ["from __future__ import annotations"]
140
lint.isort.split-on-trailing-comma=false
141
-extend-include = ["*.ipynb"]
+lint.extend-include = ["*.ipynb"]
142
143
[tool.ruff.format]
144
docstring-code-format = true
0 commit comments