| commit | 66515309638bee5a4b06dc65c2d01ceffaf7f563 | [log] [tgz] |
|---|---|---|
| author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | Mon Dec 08 18:25:25 2025 +0100 |
| committer | GitHub <noreply@github.com> | Mon Dec 08 09:25:25 2025 -0800 |
| tree | ac5b3680b0c7e400531f002156a2eb75c93c5536 | |
| parent | 1c1d01c8a1d71436b2c669be8fa76987e81b1946 [diff] |
Enforce more ruff rules (#5922) * Apply ruff/flake8-implicit-str-concat rule ISC003 ISC003 Explicitly concatenated string should be implicitly concatenated * Enforce ruff/flake8-implicit-str-concat rules (ISC) * Apply ruff/Perflint rule PERF102 PERF102 When using only the values of a dict use the `values()` method * Apply ruff/Perflint rule PERF401 PERF401 Use a list comprehension to create a transformed list * Enforce ruff/Perflint rules (PERF)