3-manifolds / SnapPy

SnapPy is a package for studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures. It is based on the SnapPea kernel written by Jeff Weeks.
https://snappy.computop.org/
84 stars 39 forks source link

fix and activate pycodestyle E221 and E225 #95

Closed fchapoton closed 1 year ago

fchapoton commented 1 year ago

done using autopep8

this is about

108     E221 multiple spaces before operator
58      E225 missing whitespace around operator
NathanDunfield commented 1 year ago

The failing windows CI is just a test that occasionally fails due to randomness. After merging your previous request, there is a conflict with the lint config, do you want to resolve that?

fchapoton commented 1 year ago

Thanks. I have resolved the conflict.