mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 02:26:54 +00:00
20 lines
604 B
ReStructuredText
20 lines
604 B
ReStructuredText
3.3.0 -- 2016-xx-yy
|
|
-------------------
|
|
|
|
You can view the `3.3.0 milestone`_ on GitLab for more details.
|
|
|
|
- Dramatically improve the performance of Flake8 (`GitLab!156`_)
|
|
|
|
- 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
|
|
.. _GitLab!156:
|
|
https://gitlab.com/pycqa/flake8/merge_requests/156
|