hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.54k stars 291 forks source link

pyproject: support py3.12 via new version of pycodestyle #730

Closed mvo5 closed 3 months ago

mvo5 commented 3 months ago

autopep8 had some issues with python3.12. It seems just moving to the latest version of pycodestyle does fix the issue.

Closes: https://github.com/hhatto/autopep8/issues/712 Thanks: "hruskape" on github

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.83%. Comparing base (30e79c9) to head (1505a0e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #730 +/- ## ======================================= Coverage 97.83% 97.83% ======================================= Files 1 1 Lines 2402 2402 ======================================= Hits 2350 2350 Misses 52 52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.