Releases: hhatto/autopep8
Releases · hhatto/autopep8
v2.3.1
What's Changed
Bug Fix
- skip e501 fixed method for f-string line without aggressive option by @hhatto in #754
- Fix argument parser errors are printed without a trailing newline by @hhatto in #758
Enhancement
- Refactor unit test by @hhatto in #756
- Remove coveralls by @hhatto in #757
- codecov with 3.11 and 3.12 by @hhatto in #755
Full Changelog: v2.3.0...v2.3.1
v2.3.0
v2.2.0
v2.1.2
v2.1.1
v2.1.0
What's Changed
- migrate to pyproject.toml by @hhatto in #705
- Revert "Update MANIFEST.in" by @hhatto in #710
- run with pypy3.10 by @hhatto in #711
- ISSUE_TEMPLATE: use "console" instead of non-existing "shell" syntax by @emanuele6 in #714
- add 3.12, drop 3.7 by @hhatto in #709
- tox: add python3.12 to test environments by @mvo5 in #726
- async def function formatting by @j-z10 in #728
- pyproject: support py3.12 via new version of pycodestyle by @mvo5 in #730
- add: unit test for e501 with async def by @hhatto in #729
- Update python versions by @hhatto in #731
- add unit test for e501 not effected with f-string by @hhatto in #732
- add dependabot alearts for GitHub Actions by @hhatto in #733
- Bump actions/setup-python from 4 to 5 by @dependabot in #737
- Bump actions/checkout from 3 to 4 by @dependabot in #736
- Bump github/codeql-action from 2 to 3 by @dependabot in #734
- update codecov action v4 by @hhatto in #738
- Avoid lib2to3 (second challenge) by @hhatto in #739
New Contributors
- @emanuele6 made their first contribution in #714
- @mvo5 made their first contribution in #726
- @j-z10 made their first contribution in #728
- @dependabot made their first contribution in #737
Full Changelog: v2.0.4...v2.1.0
v2.0.4
v2.0.3
What's Changed
- add pre-commit configuration by @asottile in #679
- Add pre commit config by @hhatto in #681
- Version dependent operator whitespace function. by @keriksson-rosenqvist in #696
- Update MANIFEST.in by @keriksson-rosenqvist in #693
New Contributors
- @keriksson-rosenqvist made their first contribution in #696
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
What's Changed
- Add 'python_requires=">=3.6"' to match tomli package by @vphilippon in #656
- require pycodestyle 2.10.0 and higher version by @hhatto in #659
- update actions by @hhatto in #658
- Support using built-in tomllib in Python 3.11 by @mgorny in #654
- fix: e265, e266 by @hhatto in #663
New Contributors
- @vphilippon made their first contribution in #656
Full Changelog: v2.0.0...v2.0.1