7a714aeb13e99b95a8f495765a1fa57297f92d30
Recent pep8 upgrade and corresponding pycodestyle update break pep8 job due to the new rules. This commit fixes the following new errors: - E266 too many leading '#' for block comment - E501 line too long - H903 Windows style line endings not allowed in code The following errors are added to the ignore list as there are many errors: - E402 module level import not at top of file - E731 do not assign a lambda expression, use a def - W503 line break before binary operator Change-Id: I1fd3357479bb2ba3d89de92739ffac99900761b6
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%