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

fix: infinite loop in autopep8.fix_code without w50 ignore option #677

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

hhatto
Copy link
Owner

@hhatto hhatto commented Mar 3, 2023

fixes #676

@hhatto hhatto self-assigned this Mar 3, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (3555a19) 97.82% compared to head (b5dc17d) 97.83%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #677   +/-   ##
=======================================
  Coverage   97.82%   97.83%           
=======================================
  Files           1        1           
  Lines        2393     2398    +5     
=======================================
+ Hits         2341     2346    +5     
  Misses         52       52           
Impacted Files Coverage Δ
autopep8.py 97.83% <100.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hhatto hhatto merged commit 42c680f into main Mar 3, 2023
@hhatto hhatto deleted the fix/issue-676 branch March 3, 2023 09:17
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.

Infinite loop in autopep8.fix_code()
2 participants