3.5.0 – 2017-10-23

You can view the 3.5.0 milestone on GitHub for more details.

New Dependency Information

  • Allow for PyFlakes 1.6.0 (See also #1058)

  • Start using new PyCodestyle checks for bare excepts and ambiguous identifier (See also #611)

Features

  • Print out information about configuring VCS hooks (See also #586)

  • Allow users to develop plugins “local” to a repository without using setuptools. See our documentation on local plugins for more information. (See also #608)

Bugs Fixed

  • Catch and helpfully report UnicodeDecodeErrors when parsing configuration files. (See also #609)