17
0

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

- Update to 22.10.27:
  * B027: Ignore @overload decorator (#306)
  * B023: Also fix map (#305)
  * B023: Avoid false alarms with filter, reduce, key= and return. Added tests for functools (#303)

OBS-URL: https://build.opensuse.org/request/show/1031463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=19
This commit is contained in:
2022-10-27 07:54:02 +00:00
committed by Git OBS Bridge
parent 845f7cf49b
commit 70e65daa9a
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Oct 27 07:26:17 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to 22.10.27:
* B027: Ignore @overload decorator (#306)
* B023: Also fix map (#305)
* B023: Avoid false alarms with filter, reduce, key= and return. Added tests for functools (#303)
-------------------------------------------------------------------
Wed Oct 26 07:13:13 UTC 2022 - Martin Liška <mliska@suse.cz>