Releases: hhatto/autopep8
Releases · hhatto/autopep8
v2.0.0
v1.7.1
What's Changed
- Cleanup Python 2 references in setup.py by @geozeke in #644
- include tox.ini (because need unit test) by @hhatto in #646
- Fix E265 and E266 confusion and overlap by @PeterJCLaw in #650
- Use tomli in place of unmaintained toml package by @mgorny in #629
- fix: special case of
auto
value with flake8 config by @hhatto in #653
New Contributors
- @geozeke made their first contribution in #644
- @PeterJCLaw made their first contribution in #650
- @mgorny made their first contribution in #629
Full Changelog: v1.7.0...v1.7.1
v1.7.0
Change
- Require pycodestyle 2.9.1 and higher version ( Thanks @heavenshell ⭐ )
- Drop support Python2.7
New Feature
- Support E275
Bug Fix
- Ignoring W191 ( Thanks @MinekPo1 ⭐ )
What's Changed
- add: verbose log for reading config paths by @hhatto in #622
- Document being able to turn formatting off by @shardros in #620
- Add support for ignoring W191. by @MinekPo1 in #627
- Fix Flake8 E275 error by @heavenshell in #639
- Drop no longer supported python versions by @heavenshell in #637
- Heavenshell topic/pycodestyle2.9.0 by @hhatto in #641
- Update pycodestyle 2.9.0 by @heavenshell in #636
- Support E275 by @hhatto in #642
- refactoring: remove py2 specific code by @hhatto in #643
New Contributors
Full Changelog: v1.6.0...v1.7.0