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

pycodestyle cleanup in sage.graphs.generic_graph_pyx.pyx #34008

Closed
dcoudert opened this issue Jun 18, 2022 · 7 comments
Closed

pycodestyle cleanup in sage.graphs.generic_graph_pyx.pyx #34008

dcoudert opened this issue Jun 18, 2022 · 7 comments

Comments

@dcoudert
Copy link
Contributor

Fix E128, E201, E202, E203, E231, E251, E261, E265 and some E221, E222, E225, E302, E305, E501.

Most remaining E225 missing whitespace around operator concern the declaration of pointers.

Component: graph theory

Author: David Coudert

Branch/Commit: 49e1b8b

Reviewer: Frédéric Chapoton

Issue created by migration from https://trac.sagemath.org/ticket/34008

@dcoudert dcoudert added this to the sage-9.7 milestone Jun 18, 2022
@dcoudert

This comment has been minimized.

@dcoudert
Copy link
Contributor Author

Branch: public/graphs/34008_style

@dcoudert
Copy link
Contributor Author

New commits:

49e1b8btrac #34008: improve pycodestyle in generic_graph_pyx.pyx

@dcoudert
Copy link
Contributor Author

Commit: 49e1b8b

@fchapoton
Copy link
Contributor

Reviewer: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:2

ok

@vbraun
Copy link
Member

vbraun commented Jun 28, 2022

Changed branch from public/graphs/34008_style to 49e1b8b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants