Homepage: https://github.com/lbolla/emacs-flycheck-cython
Author: Lorenzo Bolla
Updated:
Support Cython in flycheck
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)