From 21b4b6a78722f6e4d3416df62b592dde1b263e5d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 16 May 2019 16:09:44 +0900 Subject: [PATCH] Fix command --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 778a261..a44eea4 100644 --- a/emacs.el +++ b/emacs.el @@ -2295,7 +2295,7 @@ Any output will be written to current buffer." (flycheck-define-checker python-pydocstyle "Docstring style checker." - :command ("python3" "-m" "pydocstyle" + :command ("python" "-m" "pydocstyle" source-inplace) :error-patterns (