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

@@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-flake8-comprehensions
Version: 3.11.1
Version: 3.12.0
Release: 0
Summary: A flake8 plugin to help you write better list/set/dict comprehensions
License: ISC