14
0

Accepting request 1040648 from home:yarunachalam:branches:devel:languages:python

- Update to version 2.10.0 
  * E231: allow trailing comma inside 1-tuples in []. PR #1108.
  * W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111.
  * E741: also apply to lambdas. PR #1106.
  * E741: fix false positive for comparison operators. PR #1118.

OBS-URL: https://build.opensuse.org/request/show/1040648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=21
This commit is contained in:
2022-12-06 16:01:22 +00:00
committed by Git OBS Bridge
parent 92c364a231
commit 24bb383c0b
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 6 13:03:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.10.0
* E231: allow trailing comma inside 1-tuples in []. PR #1108.
* W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111.
* E741: also apply to lambdas. PR #1106.
* E741: fix false positive for comparison operators. PR #1118.
-------------------------------------------------------------------
Mon Aug 15 11:00:40 UTC 2022 - Dirk Müller <dmueller@suse.com>