(defun fcuny/check-source-predicate-python-p () (and (executable-find "check.pex") (buffer-file-name) (string-match "src/source/.*\.py$" (buffer-file-name)))) (provide 'fcuny-flycheck-py)