Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 2.63 KB

5.0.0.rst

File metadata and controls

76 lines (60 loc) · 2.63 KB

5.0.0 -- 2022-07-30

You can view the 5.0.0 milestone on GitHub for more details.

Backwards Incompatible Changes

Deprecations

New Dependency Information

  • pycodestyle has been updated to >= 2.9.0, < 2.10.0 (See also :pull:`1626`).
  • Pyflakes has been updated to >= 2.5.0, < 2.6.0 (See also :pull:`1625`).
  • mccabe has been updated to >= 0.7.0, < 0.8.0 (See also :pull:`1542`).

Features

Bugs Fixed

  • Fix physical line plugins not receiving all lines in the case of triple-quoted strings (See also :issue:`1534`, :pull:`1536`).
  • Fix duplicate error logging in the case of plugin issues (See also :pull:`1538`).
  • Fix inconsistent ordering of --ignore in --help (See also :issue:`1550`, :pull:`1552`).
  • Fix memory leak of style guides by avoiding @lru_cache of a method (See also :pull:`1573`).
  • Fix ignoring of configuration files exactly in the home directory (See also :issue:`1617`, :pull:`1618`).