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 all pycodestyle E303 warnings in all folders c* #35151

Merged
merged 2 commits into from
Mar 26, 2023

Conversation

fchapoton
Copy link
Contributor

πŸ“š Description

This fixes the pycodestyle warning

E303 too many blank lines (2)

inside all subfolders of sage whose name starts with c

Entirely done using autopep8.

πŸ“ Checklist

  • I have made sure that the title is self-explanatory and the description concisely explains the PR.
  • I have linked an issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

βŒ› Dependencies

@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (c00e6c2) 88.62% compared to head (cba2d59) 88.62%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #35151      +/-   ##
===========================================
- Coverage    88.62%   88.62%   -0.01%     
===========================================
  Files         2148     2148              
  Lines       398855   398855              
===========================================
- Hits        353480   353470      -10     
- Misses       45375    45385      +10     
Impacted Files Coverage Ξ”
src/sage/calculus/calculus.py 70.48% <ΓΈ> (ΓΈ)
src/sage/categories/affine_weyl_groups.py 100.00% <ΓΈ> (ΓΈ)
src/sage/categories/algebras_with_basis.py 96.22% <ΓΈ> (ΓΈ)
src/sage/categories/category.py 98.01% <ΓΈ> (ΓΈ)
src/sage/categories/classical_crystals.py 100.00% <ΓΈ> (ΓΈ)
src/sage/categories/coalgebras.py 100.00% <ΓΈ> (ΓΈ)
...omplex_reflection_or_generalized_coxeter_groups.py 95.04% <ΓΈ> (ΓΈ)
src/sage/categories/crystals.py 87.74% <ΓΈ> (ΓΈ)
...mples/graded_connected_hopf_algebras_with_basis.py 100.00% <ΓΈ> (ΓΈ)
src/sage/categories/examples/sets_cat.py 100.00% <ΓΈ> (ΓΈ)
... and 34 more

... and 23 files with indirect coverage changes

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 in Codecov by Sentry.
πŸ“’ Do you have feedback about the report comment? Let us know in this issue.

@vbraun
Copy link
Member

vbraun commented Mar 19, 2023

Merge conflict

@github-actions
Copy link

Documentation preview for this PR is ready! πŸŽ‰
Built with commit: cba2d59

@fchapoton
Copy link
Contributor Author

setting back to positive after easy merge

@vbraun vbraun merged commit 6707107 into sagemath:develop Mar 26, 2023
@mkoeppe mkoeppe added this to the sage-10.0 milestone Mar 26, 2023
@fchapoton fchapoton deleted the pep303_inside_c branch July 16, 2023 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants