Skip to content

Commit b939588

Browse files
Enable reportUnusedParameter in basedpyright (disable only in tests)
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
1 parent cc32439 commit b939588

2 files changed

Lines changed: 1 addition & 240 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ reportUnknownParameterType = false
228228
reportUnknownVariableType = false
229229
reportUnnecessaryIsInstance = false
230230
reportUnusedCallResult = false
231-
reportUnusedParameter = false
232231

233232
[[tool.basedpyright.executionEnvironments]]
234233
root = "tests"
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"

pyproject.toml.bak

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)