Sfoglia il codice sorgente

Fix command

master
10sr 5 anni fa
parent
commit
21b4b6a787
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Vedi File

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


Caricamento…
Annulla
Salva