We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reportUnusedFunction
1 parent 798fbbd commit 4bd7e97Copy full SHA for 4bd7e97
1 file changed
pyproject.toml
@@ -230,9 +230,12 @@ reportUnnecessaryComparison = false
230
reportUnnecessaryIsInstance = false
231
reportUnnecessaryTypeIgnoreComment = false
232
reportUnreachable = false
233
-reportUnusedFunction = false
234
reportUnusedCallResult = false
235
reportUnusedParameter = false
236
+[[tool.basedpyright.executionEnvironments]]
237
+root = "tests"
238
+reportUnusedFunction = false
239
+
240
[tool.sync-with-uv.repo-to-package]
241
"https://github.com/astral-sh/uv-pre-commit" = "uv"
0 commit comments