I prefer flake8 to pyflakes

This commit is contained in:
Gerard Vermeulen 2022-07-15 17:15:29 +02:00
parent 14d314e8fe
commit ffc7f5b4f2

View File

@ -3164,6 +3164,7 @@ of [[https://github.com/jorgenschaefer/pyvenv#readme][pyvenv]]). Therefore, thi
#+begin_src emacs-lisp
(with-eval-after-load 'python
(custom-set-variables
`(python-check-command ,(executable-find "flake8"))
'(python-indent-guess-indent-offset nil)
'(python-shell-completion-native-disabled-interpreters '("ipython3" "pypy"))
'(python-shell-interpreter "ipython3")