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

chore(deps): update dependency flake8-bugbear to v24 in pyproject.toml - autoclosed #33

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flake8-bugbear (changelog) ^22.4.25 -> ^24.0.0 age adoption passing confidence

Release Notes

PyCQA/flake8-bugbear (flake8-bugbear)

v24.4.26: 24.4.6

Compare Source

  • B909: Fix false positive affecting containers of mutables (#​469)

v24.4.21

Compare Source

  • B950: Add pragma comment to line length ignores (#​463)
  • B909: Add more cases to detect + more container mutating functions (#​460)

v24.2.6

Compare Source

  • B902: Remove decorators named validator and root_validator from B902 checks (#​459)
  • B038: Change B038 to B909 and make it optional (#​456)

v24.1.17

Compare Source

  • B038: Restrict rule to mutation functions only (#​453)

v24.1.16

Compare Source

  • B036: Fix crash on raise statements raising something other than

v24.1.15

Compare Source

  • B038: Add check for mutations of loop iterator (#​446)
  • B037: Add check for yielding or returning values in init() (#​442)
  • B017: make B017 also apply to BaseException (#​439)
  • B036: Add check for except BaseException without re-raising (#​438)

v23.12.2

Compare Source

  • B018: to detect useless-statements at all levels (#​434)
  • B018: Add classname to b018 useless-expression output (#​433)
  • B018: Include tuples in b018 useless-statement check (#​432)

v23.11.28

Compare Source

  • B035: Fix false positive when named expressions are used (#​430)

v23.11.26

Compare Source

  • B035: add check for static keys in dict-comprehension (#​426)
  • B902: Add exceptions for standard library metaclasses (#​415)
  • B017: Modify to no longer have a false negative when raises() is imported
    directly from pytest (#​424)
  • B026: Fix bug where the check was not triggered for calls where the caller
    is an attribute (#​420)

v23.9.16

Compare Source

  • add --classmethod-decorators (#​405)
  • fix name collision for node_stack on python 3.12 (#​406)
  • Use pypa/build to build the package (#​404)

v23.7.10

Compare Source

  • Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments.
  • Fix a crash and several test failures on Python 3.12, all relating to the B907
    check.
  • Declare support for Python 3.12.

v23.6.5

Compare Source

  • Include tox.ini in MANIFEST.in for sdist. (#​389)
  • Improve B033 (duplicate set items) (#​385)

v23.5.9

Compare Source

  • Add B033: Detect duplicate items in sets
  • Add B908: Detect assertRauses like contexts only has top level statements that could throw
  • Add B028: Allow stacklevel to be explicitly assigned as a positional argument
  • Remove more < 3.8 checks / assertions

v23.3.23

Compare Source

  • flake8-bugbear is now >= 3.8.1 project like flake8>=6.0.0
    • This has allowed some more modern AST usage cleanup and less CI running etc.
  • B030: Fix crash on certain unusual except handlers (e.g. except a[0].b:)

v23.3.12

Compare Source

  • B950: now ignores 'noqa' and 'type: ignore' comments.
  • B005: Do not flag when using the strip() method on an imported module.
  • B030: Allow calls and starred expressions in except handlers.

v23.2.13

Compare Source

  • B906: Add visit_Bytes, visit_Num and visit_Str to the list of visit_*
    functions that are ignored by the B906 check. The ast.Bytes, ast.Num and
    ast.Str nodes are all deprecated, but may still be used by some codebases in
    order to maintain backwards compatibility with Python 3.7.
  • B016: Warn when raising f-strings.
  • Add B028: Check for an explicit stacklevel keyword argument on the warn method from the warnings module.
  • Add B029: Check when trying to use except with an empty tuple i.e. except: ().
  • Add B032: Check for possible unintentional type annotations instead of assignments.

v23.1.20

Compare Source

  • B024: now ignores classes without any methods. (#​336)
  • B017: Don't warn when pytest.raises() has a match argument. (#​334)
  • B906: Ignore visit_ functions with a _fields attribute that can't contain ast.AST subnodes. (#​330)

v23.1.17

Compare Source

  • Rename B028 to B907, making it optional/opinionated.

v23.1.14

Compare Source

  • Add B906: visit_ function with no further calls to a visit function. (#​313)
  • Add B028: Suggest !r when formatted value in f-string is surrounded by quotes. (#​319)

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/flake8-bugbear-24.x branch from 7d94adc to 5d22590 Compare May 20, 2024 02:38
@renovate renovate bot changed the title chore(deps): update dependency flake8-bugbear to v24 in pyproject.toml chore(deps): update dependency flake8-bugbear to v24 in pyproject.toml - autoclosed May 20, 2024
@renovate renovate bot closed this May 20, 2024
@renovate renovate bot deleted the renovate/flake8-bugbear-24.x branch May 20, 2024 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants