I prefer flake8 to pyflakes
This commit is contained in:
parent
14d314e8fe
commit
ffc7f5b4f2
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user