pythonprobr / pythonpro-website

GNU Affero General Public License v3.0
61 stars 63 forks source link

Update pycodestyle to 2.9.1 #4713

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

This PR updates pycodestyle from 2.8.0 to 2.9.1.

Changelog ### 2.9.1 ``` ------------------ Changes: * E275: fix false positive for yield expressions. ``` ### 2.9.0 ``` ------------------ 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. ```
Links - PyPI: https://pypi.org/project/pycodestyle - Changelog: https://pyup.io/changelogs/pycodestyle/ - Homepage: https://pycodestyle.pycqa.org/