Releases: hhatto/autopep8
Releases · hhatto/autopep8
version 1.5.1
- 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
- Support Python3.8
- Support
pyproject.toml
with [tool.autopep8]
section.
- fix bugs
version 1.4.4
- fix bugs
- Improved
- #457 : Don't write the file unless there are changes (Thanks @asottile )
- #478 : update configuration documentation (Thanks @Ch00k )
version 1.4.2
- fix bugs
- #441 : related code is W503
- #443 : related code is W503
v1.4
- 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
- load config value from flake8 section
- fix bugs (#322, #389, #332, #388)
- support Python version: 2.7+ or 3.4+
v1.3.4
- new feature: add E133 fixed method and
--hang-closing
option
- improved: E712 fixed method logic (#368)
- fix bugs (#330, #331, #351, #353)