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 (