mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 03:26:52 +00:00
Some PyFlakes messages weren't covered by unique messages, making them impossible to select/ignore. This is now fixed. To ensure we don't regress in the future, a test has been added that fails if there's any uncovered messages.
16 lines
467 B
ReStructuredText
16 lines
467 B
ReStructuredText
3.3.0 -- 2016-xx-yy
|
|
-------------------
|
|
|
|
You can view the `3.3.0 milestone`_ on GitLab for more details.
|
|
|
|
- Fix problem where hooks should only check \*.py files. (See also
|
|
`GitLab#268`_)
|
|
|
|
- Added unique error codes for all missing PyFlakes messages (14 new
|
|
codes, see all :ref:`Error / Violation Codes <error_codes>`)
|
|
|
|
.. links
|
|
.. _3.3.0 milestone:
|
|
https://gitlab.com/pycqa/flake8/milestones/16
|
|
.. _GitLab#268:
|
|
https://gitlab.com/pycqa/flake8/issues/268
|