Commits
Click on a commit to change the comparison range[flake8-bugbear] Document explicitly disabling strict zip (`B905`)
Occasionally you intentionally have iterables of differing lengths. The
rule permits this by explicitly adding `strict=False`, but this was not
documented.9 months ago
by jfrost-mo Add comma
Co-authored-by: Vasco Schiavo <115561717+VascoSch92@users.noreply.github.com>9 months ago
by jfrost-mo Update zip_without_explicit_strict.rs9 months ago
by charliermarsh