Autopep8 Versions Save

A tool that automatically formats Python code to conform to the PEP 8 style guide.

v2.1.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0

v2.0.4

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/hhatto/autopep8/compare/v2.0.3...v2.0.4

v2.0.3

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/hhatto/autopep8/compare/v2.0.2...v2.0.3

v2.0.2

1 year ago

What's Changed

Full Changelog: https://github.com/hhatto/autopep8/compare/v2.0.1...v2.0.2

v2.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hhatto/autopep8/compare/v2.0.0...v2.0.1

v2.0.0

1 year ago

version 1.7.1 is yanked.

release version 2.0.0

v1.7.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hhatto/autopep8/compare/v1.7.0...v1.7.1

v1.7.0

1 year ago

Change

  • Require pycodestyle 2.9.1 and higher version ( Thanks @heavenshell ⭐ )
  • Drop support Python2.7

New Feature

  • Support E275

Bug Fix

  • Ignoring W191 ( Thanks @MinekPo1 ⭐ )

What's Changed

New Contributors

Full Changelog: https://github.com/hhatto/autopep8/compare/v1.6.0...v1.7.0

v1.6.0

2 years ago

Change

  • required pycodestyle version 2.8.0 and higher version ( Thanks @heavenshell )

Buf Fix

  • #607 , #608 : Ignore Settings for W292 Do Not Work
  • #603 , #604 : Multiple #autopep8: off/on directives in one file do not work ( Thanks @SPKorhonen )
  • #612 , #618 : --hang-closing option does not work for non-indented lines

v1.5.7

3 years ago

Change

  • #597: disallow 0 for indent-size option
  • #595: exit code is 99 when error occured cli option parsing

Bug Fix

  • #591, #592: exit code correctly on permission denied failure