- update to 3.15.0:
* Add rule C420 to check for dict comprehensions with constant values, encouraging replacement with dict.fromkeys(). - drop unmaintained and unused pytest-flake8dir OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-comprehensions?expand=0&rev=30
This commit is contained in:
parent
ec51a163a8
commit
fe93c48b6d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0515213bc6a44f0687919cb589a2614e57bdedc9b52bda6776f7cba17a45ae31
|
|
||||||
size 16082
|
|
3
flake8-comprehensions-3.15.0-gh.tar.gz
Normal file
3
flake8-comprehensions-3.15.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a7734b118f44d51376930cc503d0cfba634db1303058c19f42c33148b97c90ef
|
||||||
|
size 16215
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 1 07:37:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.15.0:
|
||||||
|
* Add rule C420 to check for dict comprehensions with constant
|
||||||
|
values, encouraging replacement with dict.fromkeys().
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 27 19:41:44 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Tue Feb 27 19:41:44 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-flake8-comprehensions
|
Name: python-flake8-comprehensions
|
||||||
Version: 3.14.0
|
Version: 3.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A flake8 plugin to help you write better list/set/dict comprehensions
|
Summary: A flake8 plugin to help you write better list/set/dict comprehensions
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user