Browse Source

Add comment

master
10sr 5 years ago
parent
commit
edb1471fa4
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -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"


Loading…
Cancel
Save