ruff
7b3c92a9 - [flake8-bugbear] Document explicitly disabling strict zip (`B905`) (#11040)

Commit
1 year ago
[flake8-bugbear] Document explicitly disabling strict zip (`B905`) (#11040) Occasionally you intentionally have iterables of differing lengths. The rule permits this by explicitly adding `strict=False`, but this was not documented. ## Summary The rule does not currently document how to avoid it when having differing length iterables is intentional. This PR adds that to the rule documentation.
Author
Parents
Loading