Skip to content

Update pycodestyle to 2.7.0

Aaron Graubert requested to merge pyup-update-pycodestyle-2.6.0-to-2.7.0 into dev

Created by: pyup-bot

This PR updates pycodestyle from 2.6.0 to 2.7.0.

Changelog

2.7.0

------------------

Changes:

* Fix physical checks (such as W191) at end of file.  PR 961.
* Add ``--indent-size`` option (defaulting to ``4``).  PR 970.
* W605: fix escaped crlf false positive on windows.  PR 976.
Links

Merge request reports