Skip to content

Bump ruff to v0.16 and enable more rules

Luca Schnellmann requested to merge ruff-v0.16 into master

v0.16 enabled more default rules, so I ran Ruff on the default rules and fixed some useful things. Then I enabled some more rules and fixed those.

  • C4 is a group of rules for consistency in comprehensions
  • ICN is a group of rules for import conventions
  • SIM is a group of rules to flag ways to simplify your code
Edited by Luca Schnellmann

Merge request reports

Loading