[PR #181] [MERGED] Update dependency flake8-bugbear to v23.3.23 #341

Closed
opened 2026-03-02 15:57:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/181
Author: @renovate[bot]
Created: 3/15/2023
Status: Merged
Merged: 3/31/2023
Merged by: @probberechts

Base: masterHead: renovate/flake8-bugbear-23.x-lockfile


📝 Commits (1)

  • 7c385f9 Update dependency flake8-bugbear to v23.3.23

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 poetry.lock (+5 -5)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flake8-bugbear (changelog) 23.1.20 -> 23.3.23 age adoption passing confidence

Release Notes

PyCQA/flake8-bugbear

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/probberechts/soccerdata/pull/181 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/15/2023 **Status:** ✅ Merged **Merged:** 3/31/2023 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/flake8-bugbear-23.x-lockfile` --- ### 📝 Commits (1) - [`7c385f9`](https://github.com/probberechts/soccerdata/commit/7c385f94a5e1be9892ef008c4513287a73d5407f) Update dependency flake8-bugbear to v23.3.23 ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+5 -5) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [flake8-bugbear](https://togithub.com/PyCQA/flake8-bugbear#change-log) ([changelog](https://togithub.com/PyCQA/flake8-bugbear#change-log)) | `23.1.20` -> `23.3.23` | [![age](https://badges.renovateapi.com/packages/pypi/flake8-bugbear/23.3.23/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/flake8-bugbear/23.3.23/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/flake8-bugbear/23.3.23/compatibility-slim/23.1.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/flake8-bugbear/23.3.23/confidence-slim/23.1.20)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PyCQA/flake8-bugbear</summary> ### [`v23.3.23`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.3.23) [Compare Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.3.12...23.3.23) - 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`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.3.12) [Compare Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.2.13...23.3.12) - 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`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.2.13) [Compare Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.1.20...23.2.13) - 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. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/probberechts/soccerdata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS4yMy4zIn0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:57:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#341
No description provided.