Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Mar 14, 2024

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Mar 14, 2024

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

Closes: #712
Thanks: "hruskape" on github

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

Closes: hhatto#712
Thanks: "hruskape" on github
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hhatto hhatto self-requested a review March 14, 2024 11:45
Copy link
Owner

@hhatto hhatto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
Thanks

@hhatto hhatto merged commit e4f02ec into hhatto:main Mar 14, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with formatting f-strings on python3.12
2 participants