Commit Graph

5 Commits

Author SHA1 Message Date
will
6eca11175b lint: remove E731 Ruff ignore
Replace assigned lambdas with local functions so Ruff can enforce E731.
For platform-specific immutable file cleanup, store the command as data
instead of creating conditional callbacks.
2026-07-16 10:29:58 +01:00
will
b52454538b lint: remove E712 Ruff ignore
Use identity checks for literal false values to preserve RPC semantics.
2026-07-16 10:04:42 +01:00
MarcoFalke
fa9c919678 refactor: Use ignore-list over verbose select-list
This refactor makes the ruff.toml easier to read, because it lists the
ignored checks instead of having to enumerate all checks to select in a
large collection of rules.
2026-05-13 12:24:09 +02:00
MarcoFalke
fa9b01adec ci: Enable ruff ambiguous-unicode-character checks 2026-05-13 10:33:25 +02:00
will
5f4d3383da lint: switch to ruff for formatting and linting
- use dedicated ruff.toml for configuration
- download via docker image layer at build time
2026-04-29 21:50:10 +01:00