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/
87 stars 41 forks source link

more cython-lint suggested fixes in cython/core #111

Closed fchapoton closed 1 year ago

fchapoton commented 1 year ago

Another little wave of code formatting and fixing after suggestions of cython-lint, in cython/core

There remains some warnings, see in particular those from

cython-lint --ignore=E501,E741,E231,E201,E202 cython/core/

fchapoton commented 1 year ago

any opinion on that merge request ?

NathanDunfield commented 1 year ago

any opinion on that merge request ?

If you merge the latest master into this PR, that will disable running the Python 3.12 tests. I think that's the source of all the CI failures for this PR, but let's make sure.