Skip to content

Commit a2fa80d

Browse files
Enable reportUnusedParameter in basedpyright (#1414)
* Initial plan * initial plan Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com> * Enable reportUnusedParameter in basedpyright (disable only in tests) Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
1 parent 83bfa97 commit a2fa80d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ reportUnknownMemberType = false
227227
reportUnknownVariableType = false
228228
reportUnnecessaryIsInstance = false
229229
reportUnusedCallResult = false
230-
reportUnusedParameter = false
231230

232231
[[tool.basedpyright.executionEnvironments]]
233232
root = "tests"
234233
reportUnknownParameterType = false
235234
reportUnreachable = false
236235
reportUnusedFunction = false
236+
reportUnusedParameter = false
237237

238238
[tool.sync-with-uv.repo-to-package]
239239
"https://github.com/astral-sh/uv-pre-commit" = "uv"

0 commit comments

Comments
 (0)