Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flake8-bugbear] Document explicitly disabling strict zip (B905) #11040

Merged
merged 3 commits into from
Apr 19, 2024

Commits on Apr 19, 2024

  1. [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.
    jfrost-mo committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5311c93 View commit details
    Browse the repository at this point in the history
  2. Add comma

    Co-authored-by: Vasco Schiavo <115561717+VascoSch92@users.noreply.github.com>
    jfrost-mo and VascoSch92 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    20539e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f4f016 View commit details
    Browse the repository at this point in the history