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

fixing most of pycodestyle E271 #35123

Merged
merged 2 commits into from
Mar 26, 2023
Merged

Conversation

fchapoton
Copy link
Contributor

📚 Description

This fixes most of pycodestyle E271 warnings (E271 multiple spaces after keyword).

There remains only a few inside modular/

📝 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

@vbraun
Copy link
Member

vbraun commented Mar 19, 2023

Merge conflict

@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2023

Codecov Report

Patch coverage: 87.50% and project coverage change: -0.02 ⚠️

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

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #35123      +/-   ##
===========================================
- Coverage    88.62%   88.60%   -0.02%     
===========================================
  Files         2148     2148              
  Lines       398855   398855              
===========================================
- Hits        353480   353419      -61     
- Misses       45375    45436      +61     
Impacted Files Coverage Δ
src/sage/categories/function_fields.py 87.50% <0.00%> (ø)
src/sage/databases/knotinfo_db.py 45.61% <0.00%> (ø)
...e/geometry/hyperbolic_space/hyperbolic_isometry.py 88.88% <ø> (ø)
src/sage/tensor/modules/tensor_with_indices.py 89.63% <33.33%> (ø)
src/sage/graphs/generic_graph.py 89.02% <50.00%> (-0.58%) ⬇️
src/sage/groups/cubic_braid.py 90.83% <71.42%> (ø)
src/sage/knots/knotinfo.py 83.30% <77.77%> (ø)
src/sage/algebras/fusion_rings/f_matrix.py 87.93% <100.00%> (ø)
src/sage/coding/information_set_decoder.py 98.31% <100.00%> (ø)
src/sage/combinat/matrices/hadamard_matrix.py 85.89% <100.00%> (ø)
... and 22 more

... and 24 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.

@github-actions
Copy link

Documentation preview for this PR is ready! 🎉
Built with commit: eccca8a

@fchapoton
Copy link
Contributor Author

setting back to positive after easy merge

@vbraun vbraun merged commit 9955e92 into sagemath:develop Mar 26, 2023
@mkoeppe mkoeppe added this to the sage-10.0 milestone Mar 26, 2023
@fchapoton fchapoton deleted the fixing_most_E271 branch July 16, 2023 19:28
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.

5 participants