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.
This enables ruff
ARG001for EEST:For parity with execution-specs, we'll have to enable all ARG checks.
This command:
ran on top of #2166 gives this summary of the remaining errors: