Skip to content

enable reportUnusedParameter in basedpyright #1340

@nathanjmcdougall

Description

@nathanjmcdougall

We should define an execution environment for src versus src/tests where we keep the rule disabled, but I think it makes sense to comply with the rule within the actual codebase itself.

executionEnvironments = [
{ root = "tests", reportUnusedParameter = false},
{ root = "src" }
]

Other violations are from singledispatch.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions