From edb1471fa40926a84a32b37d2f39668138c79a3b Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 21 May 2019 18:36:16 +0900 Subject: [PATCH] Add comment --- emacs.el | 1 + 1 file changed, 1 insertion(+) 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"