File: 3.2.1.rst

package info (click to toggle)
python-flake8 7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,224 kB
  • sloc: python: 6,634; sh: 21; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
3.2.1 -- 2016-11-21
-------------------

You can view the `3.2.1 milestone`_ on GitHub for more details.

- Fix subtle bug when deciding whether to report an on-by-default's violation
  (See also :issue:`189`)

- Fix another bug around SyntaxErrors not being reported at the right column
  and row (See also :issue:`191` and :issue:`169` for a related, previously
  fixed bug)

- Fix regression from 2.x where we run checks against explicitly provided
  files, even if they don't match the filename patterns. (See also
  :issue:`198`)

.. links
.. _3.2.1 milestone:
    https://github.com/pycqa/flake8/milestone/15