Skip to content

Releases: hhatto/autopep8

v2.3.1

23 Jun 05:15
8530500
Compare
Choose a tag to compare

What's Changed

Bug Fix

  • skip e501 fixed method for f-string line without aggressive option by @hhatto in #754
  • Fix argument parser errors are printed without a trailing newline by @hhatto in #758

Enhancement

Full Changelog: v2.3.0...v2.3.1

v2.3.0

16 Jun 09:49
8b75604
Compare
Choose a tag to compare

What's Changed

  • add handling for E204 whitespace after decorator by @asottile in #752
    • require to pycodestyle v2.12.0+

Full Changelog: v2.2.0...v2.3.0

v2.2.0

30 May 13:13
d5bbdbc
Compare
Choose a tag to compare

What's Changed

Other

Bug Fixes

  • fix specific case of e271 and w504 by @hhatto in #748
  • skip e501 fixed method for f-string line(s) by @hhatto in #750

Full Changelog: v2.1.2...v2.2.0

v2.1.2

28 May 14:59
719923b
Compare
Choose a tag to compare

What's Changed

  • Fix e501 experimental fstring case in Python3.12+ by @hhatto in #747

Full Changelog: v2.1.1...v2.1.2

v2.1.1

22 May 12:01
c9eb24e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

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