Browse Source

Add comment

master
10sr 5 years ago
parent
commit
2fe8e67108
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

@@ -2062,6 +2062,7 @@ initializing."
(add-to-list 'flycheck-checkers
'python-black-check)

;; Fix when file has invalid syntax
(defun flycheck-parse-black-check (output checker buffer)
"Flycheck parser to check if reformat is required."
(with-temp-buffer


Loading…
Cancel
Save