3.7.0 – 2019-01-29¶
You can view the 3.7.0 milestone on GitLab for more details.
New Dependency Information¶
- Add dependency on
entrypoints
>= 0.3, < 0.4 (See also GitLab!264, GitLab!288) - Pyflakes has been updated to >= 2.1.0, < 2.2.0 (See also GitLab!283, GitLab!285)
- pycodestyle has been updated to >= 2.5.0, < 2.6.0 (See also GitLab!287)
Features¶
- Add support for
per-file-ignores
(See also GitLab!259, GitLab#156, GitLab!281, GitLab#471) - Enable use of
float
andcomplex
option types (See also GitLab!261, GitLab#452) - Improve startup performance by switching from
pkg_resources
toentrypoints
(See also GitLab!264) - Add metadata for use through the pre-commit git hooks framework (See also GitLab!268, GitLab!284)
- Allow physical line checks to return more than one result (See also GitLab!269)
- Allow
# noqa:X123
comments without space between the colon and codes list (See also GitLab!273, GitLab#470) - Remove broken and unused
flake8.listen
plugin type (See also GitLab!274, GitLab#480)