File: 3.5.0.rst

package info (click to toggle)
python-flake8 7.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: python: 6,592; sh: 21; makefile: 19
file content (32 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 :issue:`1058`)

- Start using new PyCodestyle checks for bare excepts and ambiguous identifier
  (See also :issue:`611`)

Features
~~~~~~~~

- Print out information about configuring VCS hooks (See also :issue:`586`)

- Allow users to develop plugins "local" to a repository without using
  setuptools. See our documentation on local plugins for more information.
  (See also :issue:`608`)

Bugs Fixed
~~~~~~~~~~

- Catch and helpfully report ``UnicodeDecodeError``\ s when parsing
  configuration files. (See also :issue:`609`)


.. all links
.. _3.5.0 milestone:
    https://github.com/pycqa/flake8/milestone/19