forked from pool/python-flake8-comprehensions
- 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:
@@ -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>
|
||||
|
||||
@@ -19,7 +26,7 @@ Tue Jun 20 16:18:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 23:19:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop unmaintained and unused pytest-flake8dir
|
||||
- drop unmaintained and unused pytest-flake8dir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 12:27:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
Reference in New Issue
Block a user