Path to this page:
Subject: CVS commit: pkgsrc/devel/py-codestyle
From: Thomas Klausner
Date: 2023-04-30 16:36:13
Message id: 20230430143613.AF411FA87@cvs.NetBSD.org
Log Message:
py-codestyle: update to 2.10.0.
2.10.0 (2022-11-23)
-------------------
Changes:
* 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.
2.9.1 (2022-08-03)
------------------
Changes:
* E275: fix false positive for yield expressions. PR #1091.
2.9.0 (2022-07-30)
------------------
Changes:
* E221, E222, E223, E224: add support for ``:=`` operator. PR #1032.
* Drop python 2.7 / 3.5.
* E262: consider non-breaking spaces (``\xa0``) as whitespace. PR #1035.
* Improve performance of ``_is_binary_operator``. PR #1052.
* E275: requires whitespace around keywords. PR #1063.
* Add support for python 3.11. PR #1070.
Files: