Answer the question
In order to leave comments, you need to log in
How to set up automatic syntax check for Python 3 in Emacs?
Found a lot of advice on the net. So far nothing has been set up. Everything works with Python 2. Apparently, hands do not grow from there, from where normal people have. Maybe someone here can help? Interested in Python 3.
Answer the question
In order to leave comments, you need to log in
(elpy-enable)
(when (require 'flycheck nil t)
(setq elpy-modules (delq 'elpy-module-flymake elpy-modules))
(add-hook 'elpy-mode-hook 'flycheck-mode))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question