-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Labels
Finalize WeldTracks issues/PRs that are necessary to bring the weld to completion.Tracks issues/PRs that are necessary to bring the weld to completion.scope:toolingScope: Python tools (uv, ruff, tox,...)Scope: Python tools (uv, ruff, tox,...)type:choreType: ChoreType: Chore
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Finalize WeldTracks issues/PRs that are necessary to bring the weld to completion.Tracks issues/PRs that are necessary to bring the weld to completion.scope:toolingScope: Python tools (uv, ruff, tox,...)Scope: Python tools (uv, ruff, tox,...)type:choreType: ChoreType: Chore