From edaced23dace9c71ab1ac8ac24d45300576bd50e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 26 May 2020 14:23:10 -0400 Subject: [PATCH] ENH update python checkers --- etc/conf.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 2ad27e0..ee9bdec 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -772,9 +772,12 @@ Anaconda (not related to the Python/R distribution?) is much lighter and easier (python-mode . pyenv-mode) (inferior-python-mode . company-mode) (inferior-python-mode . nd/init-anaconda-company)) - :config (setq indent-tabs-mode nil - python-shell-interpreter "ipython" - python-shell-interpreter-args "-i --simple-prompt --quiet --no-banner")) + :config + (progn + (setq indent-tabs-mode nil + python-shell-interpreter "ipython" + python-shell-interpreter-args "-i --simple-prompt --quiet --no-banner") + (flycheck-add-next-checker 'python-flake8 'python-pylint))) (use-package anaconda-mode :straight t