flycheck-cython

Homepage: https://github.com/lbolla/emacs-flycheck-cython

Author: Lorenzo Bolla

Updated:

Summary

Support Cython in flycheck

Commentary

This package adds support for cython to flycheck.  It requires
cython>=0.23.0.

To use it, add to your init.el:

(require 'flycheck-cython)
(add-hook 'cython-mode-hook 'flycheck-mode)

Dependencies