punq
punq copied to clipboard
Bump flake8-bugbear from 22.1.11 to 22.9.23
Bumps flake8-bugbear from 22.1.11 to 22.9.23.
Release notes
Sourced from flake8-bugbear's releases.
22.9.23
- add B026: find argument unpacking after keyword argument (#287)
- Move to setup.cfg like flake8 (#288)
22.9.11
- Add B025: Find duplicate except clauses (#284)
22.8.23
- Add B024 error code to message for B024 (#276)
22.8.22
- Add B024: abstract base class with no abstract methods (#273)
22.7.1
- Implement late-binding loop check (#265)
22.6.22
- Don't crash when select / extend_select are None (#261)
- Unlocks new flake8 release - Thanks
@asottile- Ignore lambda arguments for B020 (#259)
- Fix missing space typos in B021, B022 error messages (#257)
22.4.25
- Ignore black formatting for b013 test case (#251)
- B010 Fix lambda false positive (#246)
- B008 Fix edge case with lambda functions (#243)
22.3.23
- B006 and B008: Detect function calls at any level of the default expression (#239)
- B020: Fix comprehension false postives (#238)
- Tweak B019 desc (#237)
22.3.20
Commits
8d9c457Update version + Change Log for 22.9.23 release87e4d66Migrate metadata from setup.py to setup.cfg (#288)2b4c163B026 - Argument unpacking after keyword argument (#287)3f3fd33Update version + Change Log for 22.9.11 release651ed80Add new check which finds duplicate except clauses (#284)4c34177[pre-commit.ci] pre-commit autoupdate (#283)bc46cb5Update version + Change Log for 22.8.23 release7d1adf9Add missing error code to message for B024 (#276)1007f5cUpdate version + Change Log for 22.8.22 release881f054Merge pull request #274 from jakkdl/abstract_class_no_abstract_methods- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)