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 E222 warnings in py files #35766

Merged
merged 3 commits into from
Jun 21, 2023

Conversation

fchapoton
Copy link
Contributor

πŸ“š Description

fixing most E222 warnings issued by pycodestyle in .py files

E222 multiple spaces after operator

purely done with autopep8

πŸ“ Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

βŒ› Dependencies

@fchapoton fchapoton changed the title fixing most E222 warning in py files fixing most E222 warnings in py files Jun 13, 2023
@@ -180,18 +180,18 @@ def subgraphs_to_query(subgraphs, db):

# tables columns input data type sqlite data type
# -----------------------------------------------------------------------------
aut_grp = ['aut_grp_size', # Integer INTEGER
aut_grp = ['aut_grp_size', # Integer INTEGER
'num_orbits', # Integer INTEGER
'num_fixed_points', # Integer INTEGER
'vertex_transitive', # bool BOOLEAN
'edge_transitive'] # bool BOOLEAN
Copy link
Collaborator

Choose a reason for hiding this comment

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

Well.. Then the following lines should be adjusted to be aligned right.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

indeed, done

@kwankyu
Copy link
Collaborator

kwankyu commented Jun 14, 2023

Otherwise, lgtm.

@github-actions
Copy link

Documentation preview for this PR (built with commit 4059368) is ready! πŸŽ‰

Copy link
Collaborator

@kwankyu kwankyu left a comment

Choose a reason for hiding this comment

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

Thanks.

@vbraun vbraun merged commit ccf11a9 into sagemath:develop Jun 21, 2023
14 checks passed
@mkoeppe mkoeppe added this to the sage-10.1 milestone Jun 21, 2023
@fchapoton fchapoton deleted the fixing_most_E222 branch July 16, 2023 19:28
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

4 participants