Skip to content

Releases: hhatto/autopep8

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

version 1.4.2

23 Oct 15:13
Compare
Choose a tag to compare
  • fix bugs
    • #441 : related code is W503
    • #443 : related code is W503

v1.4

01 Sep 16:05
Compare
Choose a tag to compare
  • new feature: add W605 fixed method
  • new feature: add E252 fixed method (Thanks to patch by @gmbnomis)
  • change: W690 (only use autopep8) is DEFAULT_IGNORE.
  • fix bugs

v1.3.5

30 Mar 08:22
Compare
Choose a tag to compare
  • load config value from flake8 section
  • fix bugs (#322, #389, #332, #388)
  • support Python version: 2.7+ or 3.4+

v1.3.4

24 Jan 13:56
Compare
Choose a tag to compare
  • new feature: add E133 fixed method and --hang-closing option
  • improved: E712 fixed method logic (#368)
  • fix bugs (#330, #331, #351, #353)

v1.3.3

10 Nov 04:18
Compare
Choose a tag to compare