Skip to content

Releases: hhatto/autopep8

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

v1.5.6

17 Mar 10:59
3dc32d2
Compare
Choose a tag to compare

Update

Bug Fix

  • #585 : E128 check similar to pycodestyle (Thanks @yamt )

v1.5.5

04 Feb 07:28
ae7b7de
Compare
Choose a tag to compare

bug fix and minor improvements

  • improvement
    • #566: lazy load toml package
  • fix bug
    • #580: not convert raw string for w605 fixed method

Version 1.5.4

02 Aug 03:41
972093d
Compare
Choose a tag to compare
  • new feature
    • Skip formatting of a block in a file
  • fix bugs
    • #551, #553: ignoring W292 with --ignore option
    • #564, #565: ignore SyntaxWarning in Python3.8+

version 1.5.3

31 May 14:22
9d82181
Compare
Choose a tag to compare
  • changes
    • requirement pycodestyle version 2.6.0+ ( #548 )
  • fix bugs
    • Expected pyproject.toml configuration syntax incompatible with TOML format ( #528 , #546 )
    • Fix incompatible exit code with --jobs=0 and --exit-code ( #543 , #545 )
    • Fix hangup E122 fixed method with backslash ( #540 , #541 )

version 1.5.2

20 Apr 12:06
84cb34c
Compare
Choose a tag to compare
  • new features
    • #480, #535 : support parallel jobs for diff option
  • changes
    • #501, #537 : enable exclude option when specify directly file args
  • fix bugs
    • #364, #538 : related code E702
    • #533 : related code W503/W504

version 1.5.1

06 Apr 00:18
5815441
Compare
Choose a tag to compare
  • fix bugs
    • #525 : related code W503 and W504 (Thanks @novadev94)
    • #526 : return diff exit code when reading from stdin too (Thanks @pvxe )
    • #529, #530 : related code E402
    • #518, #532 : related code W503 and W504

version 1.5

20 Jan 14:16
107e29d
Compare
Choose a tag to compare
  • Support Python3.8
  • Support pyproject.toml with [tool.autopep8] section.
  • fix bugs

version 1.4.4

14 Apr 08:49
Compare
Choose a tag to compare

version 1.4.3

12 Nov 14:03
48662f6
Compare
Choose a tag to compare

fix bugs