forked from pool/python-flake8-comprehensions
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user