15
0

Accepting request 1031270 from home:marxin:branches:devel:languages:python

- Update to 22.10.25:
  * Make B015 and B018 messages slightly more polite (#298)
  * Add B027: Empty method in abstract base class with no abstract decorator
  * Multiple B024 false positive fixes
  * Move CI to use tox (#294)
  * Move to using PEP621 / pyproject.toml package (#291)
  * Tested in 3.11

OBS-URL: https://build.opensuse.org/request/show/1031270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=17
This commit is contained in:
2022-10-26 08:54:58 +00:00
committed by Git OBS Bridge
parent 1576eaf4f0
commit 20d9070a37
4 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,14 @@
-------------------------------------------------------------------
Wed Oct 26 07:13:13 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to 22.10.25:
* Make B015 and B018 messages slightly more polite (#298)
* Add B027: Empty method in abstract base class with no abstract decorator
* Multiple B024 false positive fixes
* Move CI to use tox (#294)
* Move to using PEP621 / pyproject.toml package (#291)
* Tested in 3.11
-------------------------------------------------------------------
Fri Aug 26 17:51:42 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update 22.8.23: