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

Exclude flake8-bugbear version that reports B909 false positives #1917

Merged
merged 1 commit into from Apr 23, 2024

Conversation

mcflugen
Copy link
Member

Description

This pull request excludes flake8-bugbear v24.4.21, which seems to have a bug that causes many false positives for B909 (editing a loop's mutable iterable often leads to unexpected results/bugs).

See PyCQA/flake8-bugbear#467.

Checklist - did you ...

  • Add a news fragment file entry if necessary?
  • Add / update tests if necessary?
  • Add new / update outdated documentation?
  • All tests have passed?
  • Formatted code with black?
  • Removed lint reported by flake8?
  • Sucessful documentation built? (if documentation added or modified)

@coveralls
Copy link

Coverage Status

coverage: 85.68% (+0.005%) from 85.675%
when pulling 380898e on mcflugen/fix-b909-lint-error
into a563142 on master.

@mcflugen mcflugen merged commit d8b2823 into master Apr 23, 2024
41 of 42 checks passed
@mcflugen mcflugen deleted the mcflugen/fix-b909-lint-error branch April 23, 2024 21:00
@mcflugen mcflugen changed the title Exclude buggy flake8-bugbear version that reports B909 false positives Exclude flake8-bugbear version that reports B909 false positives Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants