15
0

- update to 3.12.0:

* Add rule C418 to check for calls passing a dict literal or
    dict comprehension to ``dict()``.
  * Add rule C419 to check for calls passing a list comprehension
    to ``any()``/``all()``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-comprehensions?expand=0&rev=20
This commit is contained in:
2023-04-13 12:27:19 +00:00
committed by Git OBS Bridge
parent 00311cfbf6
commit 4da1e2d4ca
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 13 12:27:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.12.0:
* Add rule C418 to check for calls passing a dict literal or
dict comprehension to ``dict()``.
* Add rule C419 to check for calls passing a list comprehension
to ``any()``/``all()``.
-------------------------------------------------------------------
Tue Mar 21 15:37:43 UTC 2023 - Dirk Müller <dmueller@suse.com>