MarcoGorelli / cython-lint

Lint Cython files
MIT License
69 stars 11 forks source link

warn if there's not two lines between Cython function definitions #35

Open MarcoGorelli opened 1 year ago

MarcoGorelli commented 1 year ago

pycodestyle catches this for Python defs, but not Cython ones

(do I need to vendor pycodestyle and adapt it to Cython? maybe..)