15
0

- update to 24.1.17:

* B038: Restrict rule to mutation functions only
- update to 24.1.16:
  * B036: Fix crash on ``raise`` statements raising something
    other than
- update to 24.1.15:
  * B038: Add check for mutations of loop iterator
  * B037: Add check for yielding or returning values in
    __init__()
  * B017: make B017 also apply to BaseException
  * B036: Add check for except BaseException without re-raising

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=37
This commit is contained in:
2024-01-20 13:07:44 +00:00
committed by Git OBS Bridge
parent 0439302bc1
commit 1d912882d2
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jan 20 13:07:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.1.17:
* B038: Restrict rule to mutation functions only
- update to 24.1.16:
* B036: Fix crash on ``raise`` statements raising something
other than
- update to 24.1.15:
* B038: Add check for mutations of loop iterator
* B037: Add check for yielding or returning values in
__init__()
* B017: make B017 also apply to BaseException
* B036: Add check for except BaseException without re-raising
-------------------------------------------------------------------
Mon Dec 4 21:33:23 UTC 2023 - Dirk Müller <dmueller@suse.com>