forked from pool/python-flake8-bugbear
- add sle15_python_module_pythons (jsc#PED-68)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 08:01:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 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:``)
|
||||
* 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 19:44:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user