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 pycodestyle E265 and E241 #96

Closed fchapoton closed 1 year ago

fchapoton commented 1 year ago

Another small step, see

https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes

for the meaning.

These two warnings were fixed using autopep8.

Plus a few manual changes about other warnings, including some E714.