Issues 共 55
Improve B018 to detect certain function calls
#546 · kasium · 2026-02-28
Proposed rule: match zip() arguments and unpacked variables
#545 · jenstroeger · 2026-02-25
Proposed rules: encourage use of `re.compile` on constants in module scope, forbid it in function scope
#536 · sirosen · 2026-01-07
Proposed warning: `assert <generator_expression>`
#534 · gschaffner · 2025-12-17
B042 false positive
#525 · henzef · 2025-10-22
New rule for strict flag on map
#516 · kasium · 2025-06-03
New rule to check delattr with constant
#513 · fennr · 2025-05-28
Check for empty `skip_file_prefixes` in `B028`
#510 · dylwil3 · 2025-05-12
Error collecting tests: missing 1 required positional argument: 'alphabet'
#499 · Apteryks · 2024-11-29
Rule proposal: require explicit `strict=` argument for `itertools.batched`
#498 · tjkuson · 2024-11-16