15
0

- update to 22.12.6 (bsc#1206225):

* Add B905: `zip()` without an explicit `strict=` parameter. (#314)
  * B027: ignore @overload when typing is imported with other names (#309)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=21
This commit is contained in:
2022-12-15 21:01:52 +00:00
committed by Git OBS Bridge
parent 39f6178aaf
commit 1a1c900fb9
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 15 20:59:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 22.12.6 (bsc#1206225):
* Add B905: `zip()` without an explicit `strict=` parameter. (#314)
* B027: ignore @overload when typing is imported with other names (#309)
-------------------------------------------------------------------
Thu Oct 27 07:26:17 UTC 2022 - Martin Liška <mliska@suse.cz>