I have a Cython module that I would like to lint PEP8 style, however pylint
syntax errors on Cython cdef
syntax. Does anyone have a suggestion about how to maintain Python coding standards for Cython code?
By default Flake8 has two formatters built-in, default and pylint .
Linting highlights syntactical and stylistic problems in your Python source code, which often helps you identify and correct subtle programming errors or unconventional coding practices that can lead to errors.
Although not command-line based, PyCharm claims to have Cython support. Unfortunately, it's only available on the paid-version "Professional Edition".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With