

Syntax checker.: flake8-3.6 (/usr/local/bin/flake8-3.

This exact configuration file works with Emacs on Fedora 28 (using Python 3.6.5), so I know for fact that my whole emacs configuration works, and it has worked up to this point. Interactive Python: python3 (/usr/local/bin/python3) That wouldn't bork everything would it? Here's what elpy shows from Emacs: I noticed that 11.2 upgraded Python to 3.6.6. I also found that autopep8 doesn't work either. (add-hook 'elpy-mode-hook 'flycheck-mode))

(setq elpy-modules (delq 'elpy-module-flymake elpy-modules)) (add-hook 'elpy-mode-hook 'py-autopep8-enable-on-save) (php-mode auctex web-mode emmet-mode highlight-indent-guides buffer-move company-jedi ansible autopair yaml-mode flycheck elpy py-autopep8 atom-dark-theme nlinum evil-surround virtualenv jedi yasnippet org evil auto-complete))) You will save time and mental energy for more important matters. Linter package must be installed in order to use this plugin. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. This linter plugin for Linter provides an interface to pycodestyle.It will be used with Python files. By using it, you agree to cede control over minutiae of hand-formatting. '(elpy-syntax-check-command "/usr/local/bin/flake8-3.6") Black is the uncompromising Python code formatter.
