ADD binary checkers for ipython and flake8
This commit is contained in:
parent
20139868a9
commit
265fc61798
10
etc/conf.org
10
etc/conf.org
|
@ -960,10 +960,12 @@ Anaconda (not related to the Python/R distribution?) is much lighter and easier
|
||||||
(inferior-python-mode . nd/init-anaconda-company))
|
(inferior-python-mode . nd/init-anaconda-company))
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq indent-tabs-mode nil
|
(nd/when-bin "ipython"
|
||||||
python-shell-interpreter "ipython"
|
(setq indent-tabs-mode nil
|
||||||
python-shell-interpreter-args "-i --simple-prompt --quiet --no-banner")
|
python-shell-interpreter "ipython"
|
||||||
(flycheck-add-next-checker 'python-flake8 'python-pylint)))
|
python-shell-interpreter-args "-i --simple-prompt --quiet --no-banner"))
|
||||||
|
(nd/when-bin "flake8"
|
||||||
|
(flycheck-add-next-checker 'python-flake8 'python-pylint))))
|
||||||
|
|
||||||
(use-package anaconda-mode
|
(use-package anaconda-mode
|
||||||
:straight t
|
:straight t
|
||||||
|
|
Loading…
Reference in New Issue