Skip to content

ruff: Add PLW0108 to ignore list#66

Merged
op3 merged 1 commit intohdtv-tool:masterfrom
heijligen:ruff_plw0108
Feb 12, 2026
Merged

ruff: Add PLW0108 to ignore list#66
op3 merged 1 commit intohdtv-tool:masterfrom
heijligen:ruff_plw0108

Conversation

@heijligen
Copy link
Contributor

Ruff 0.15.0 added the unnecessary-lambda (PLW0108) check [1].

It is another check for best practices, but an automatic fix is not always safe and requires knowledge of the affected code.

Disable the check for now to not introduce a regression while trying to fix it.

[1] https://docs.astral.sh/ruff/rules/unnecessary-lambda/

Ruff 0.15.0 added the unnecessary-lambda (PLW0108) check [1].

It is another check for best practices, but an automatic fix is not
always safe and requires knowledge of the affected code.

Disable the check for now to not introduce a regression while trying to
fix it.

[1] https://docs.astral.sh/ruff/rules/unnecessary-lambda/
@heijligen heijligen requested a review from op3 February 12, 2026 20:21
@op3 op3 merged commit 151dfe4 into hdtv-tool:master Feb 12, 2026
19 checks passed
@heijligen heijligen deleted the ruff_plw0108 branch February 12, 2026 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants