summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pycodestyle_2.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pycodestyle: upgrade 2.9.0 -> 2.9.1Wang Mingyu2022-08-161-11/+0
| | | | | | | | | Changes: E275: fix false positive for yield expressions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.8.0 -> 2.9.0Xu Huan2022-08-061-0/+11
Changelog: ========== 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. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>