branch: elpa/flycheck
commit a4d782e7af12e20037c0cecf0d4386cd2676c085
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Add a comment about text -> concise in ruff
---
 flycheck.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flycheck.el b/flycheck.el
index dc1c43c615..83b3a8e124 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -10892,6 +10892,7 @@ See URL `https://docs.astral.sh/ruff/'."
   :command ("ruff"
             "check"
             (config-file "--config" flycheck-python-ruff-config)
+            ;; older versions of ruff (before 0.2) used "text" instead of 
"concise"
             "--output-format=concise"
             (option "--stdin-filename" buffer-file-name)
             "-")

Reply via email to