Skip to content

chore(tooling): enable remaining ruff ARG checks #2176

@danceratopz

Description

@danceratopz

This enables ruff ARG001 for EEST:

For parity with execution-specs, we'll have to enable all ARG checks.

This command:

 uv run ruff check src tests --statistics

ran on top of #2166 gives this summary of the remaining errors:

196	ARG003	unused-class-method-argument
 99	ARG002	unused-method-argument
  1	ARG005	unused-lambda-argument
Found 296 errors.

Metadata

Metadata

Assignees

Labels

Finalize WeldTracks issues/PRs that are necessary to bring the weld to completion.scope:toolingScope: Python tools (uv, ruff, tox,...)type:choreType: Chore

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions