15
0

- 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:
2024-07-01 07:38:34 +00:00
committed by Git OBS Bridge
parent ec51a163a8
commit fe93c48b6d
4 changed files with 12 additions and 5 deletions

View File

@@ -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>