| @@ -2071,7 +2071,7 @@ initializing." | |||||
| (goto-char (point-min)) | (goto-char (point-min)) | ||||
| (when (re-search-forward "^would reformat .*$" nil t) | (when (re-search-forward "^would reformat .*$" nil t) | ||||
| (setq result (list (flycheck-error-new-at | (setq result (list (flycheck-error-new-at | ||||
| (point-min) | |||||
| (point-max) | |||||
| nil | nil | ||||
| 'error | 'error | ||||
| ;;(format "Black: %s" (match-string 0)) | ;;(format "Black: %s" (match-string 0)) | ||||
| @@ -2081,7 +2081,7 @@ initializing." | |||||
| (goto-char (point-min)) | (goto-char (point-min)) | ||||
| (when (re-search-forward "^error: cannot format .*$" nil t) | (when (re-search-forward "^error: cannot format .*$" nil t) | ||||
| (setq reslt (list (flycheck-error-new-at | (setq reslt (list (flycheck-error-new-at | ||||
| (point-min) | |||||
| (point-max) | |||||
| nil | nil | ||||
| 'error | 'error | ||||
| ;; Fix not to include absolute file path | ;; Fix not to include absolute file path | ||||