diff --git a/emacs.el b/emacs.el index 7314aef..786d59d 100644 --- a/emacs.el +++ b/emacs.el @@ -2284,6 +2284,7 @@ Any output will be written to current buffer." (require 'flycheck nil t) +;; TODO: Use `source' and config file (flycheck-define-checker python-pydocstyle "Docstring style checker." :command ("python" "-m" "pydocstyle"