Skip to content

Releases: hhatto/autopep8

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