-
Couldn't load subscription status.
- Fork 52
Open
Milestone
Description
the builtin zip function gained a strict argument in Python 3.10, and ruff has a rule for checking that it's set (B905, or zip-without-explicit-strict), which even comes with autofix.
However, the auto-fix is just liberally sprinkling strict=False everywhere, when I believe the correct thing to do is almost always strict=True, so I'm choosing to ignore the rule in #567, but planning to fix it later on a case-by-case basis.
Metadata
Metadata
Assignees
Labels
No labels