sagemath/sage

pycodestyle cleanup in sage.graphs.generic_graph_pyx.pyx

Closed this issue · 7 comments

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

Description changed:

--- 
+++ 
@@ -1 +1,5 @@
+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.
+
+

New commits:

49e1b8btrac #34008: improve pycodestyle in generic_graph_pyx.pyx

Commit: 49e1b8b

Reviewer: Frédéric Chapoton

comment:2

ok

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