MarcoGorelli / cython-lint

Lint Cython files
MIT License
69 stars 11 forks source link

check for comma after type definition #18

Closed MarcoGorelli closed 1 year ago

MarcoGorelli commented 1 year ago

e.g. would be good to warn on

cdef:
    int, a

rather than

cdef:
    int a