U
U
uRodETs2015-12-14 18:56:53
Python
uRodETs, 2015-12-14 18:56:53

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

1 answer(s)
S
Sergey Gornostaev, 2018-12-03
@uRodETs

(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 question

Ask a Question

731 491 924 answers to any question