branch: elpa/flycheck commit 5cc071b0f81eb579455f90525a3f0693a4f36ed1 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Revert "For checker `python-ruff` default `output-format` to `text` instead of `concise` which is no longer supported" Actually the concise is the new option and text has been deprecated. This reverts commit 6f85589a3b3583aab597673c6a0907b2032572f7. --- flycheck.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flycheck.el b/flycheck.el index 10967a27ac..dc1c43c615 100644 --- a/flycheck.el +++ b/flycheck.el @@ -10892,7 +10892,7 @@ See URL `https://docs.astral.sh/ruff/'." :command ("ruff" "check" (config-file "--config" flycheck-python-ruff-config) - "--output-format=text" + "--output-format=concise" (option "--stdin-filename" buffer-file-name) "-") :standard-input t