MarcoGorelli / cython-lint

Lint Cython files
MIT License
69 stars 11 forks source link

turn off E251 check #23

Closed MarcoGorelli closed 1 year ago

MarcoGorelli commented 1 year ago

example of offending code:

cdef inline int string_to_dts(
    str val,
    npy_datetimestruct* dts,
    NPY_DATETIMEUNIT* out_bestunit,
    int* out_local,
    int* out_tzoffset,
    bint want_exc,
    format: str | None = None,
    bint exact = True,
) except? -1:

this one may not be generally applicable to cython