Skip to content

Releases: hhatto/autopep8

v2.1.0

17 Mar 10:43
0fa37c2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.0.4

26 Aug 13:59
8f12c0a
Compare
Choose a tag to compare

What's Changed

  • Paugier fix pycodestyle missing whitespace by @hhatto in #704
  • Try to fix an AttributeError related to pycodestyle 2.11.0 by @paugier in #699

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

25 Aug 13:30
c3fdfe4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

03 Mar 09:22
6e6d4ba
Compare
Choose a tag to compare

What's Changed

  • Ignore DeprecationWarnings to fix tests on py3.11 by @mgorny in #665
  • fix: infinite loop in autopep8.fix_code without w50 ignore option by @hhatto in #677

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Dec 15:06
3555a19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

28 Oct 13:23
06efa44
Compare
Choose a tag to compare

version 1.7.1 is yanked.

release version 2.0.0

v1.7.1

28 Oct 01:24
89e9fbd
Compare
Choose a tag to compare

What's Changed

  • Cleanup Python 2 references in setup.py by @geozeke in #644
  • include tox.ini (because need unit test) by @hhatto in #646
  • Fix E265 and E266 confusion and overlap by @PeterJCLaw in #650
  • Use tomli in place of unmaintained toml package by @mgorny in #629
  • fix: special case of auto value with flake8 config by @hhatto in #653

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

09 Aug 12:51
0a64c5d
Compare
Choose a tag to compare

Change

New Feature

  • Support E275

Bug Fix


What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

24 Oct 07:01
f192115
Compare
Choose a tag to compare

Change

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

30 Apr 06:09
32c78a3
Compare
Choose a tag to compare

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