Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 700 Bytes

3.9.0.rst

File metadata and controls

33 lines (21 loc) · 700 Bytes

3.9.0 -- 2021-03-14

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

New Dependency Information

  • Pyflakes has been updated to >= 2.3.0, < 2.4.0 (See also :issue:`1006`)
  • pycodestyle has been updated to >= 2.7.0, < 2.8.0 (See also :issue:`1007`)

Deprecations

Features

  • Add --no-show-source option to disable --show-source (See also :issue:`995`)

Bugs Fixed

  • Fix handling of crlf line endings when linting stdin (See also :issue:`1002`)