3.5.0 – 2017-10-23¶
You can view the 3.5.0 milestone on GitLab for more details.
New Dependency Information¶
- Allow for PyFlakes 1.6.0 (See also GitLab#359)
- Start using new PyCodestyle checks for bare excepts and ambiguous identifier (See also GitLab#361)
Features¶
- Print out information about configuring VCS hooks (See also GitLab#335)
- Allow users to develop plugins “local” to a repository without using setuptools. See our documentation on local plugins for more information. (See also GitLab#357)
Bugs Fixed¶
- Catch and helpfully report
UnicodeDecodeError
s when parsing configuration files. (See also GitLab#358)