pycodestyle cleanup in sage.graphs.generic_graph_pyx.pyx
Closed this issue · 7 comments
dcoudert commented
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 commented
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.
+
+dcoudert commented
Branch: public/graphs/34008_style
fchapoton commented
Reviewer: Frédéric Chapoton
fchapoton commented
comment:2
ok
vbraun commented
Changed branch from public/graphs/34008_style to 49e1b8b