forked from pool/python-flake8-bugbear
- 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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user