summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pycodestyle_2.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pycodestyle: upgrade 2.8.0 -> 2.9.0Xu Huan2022-08-061-11/+0
| | | | | | | | | | | | | | 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>
* python3-pycodestyle: update to 2.8.0Oleksandr Kravchuk2021-10-181-0/+11
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>