From 26ae424b227d24eaa541f8646f9f15abc037332c Mon Sep 17 00:00:00 2001 From: Mark Liffiton Date: Sun, 1 Sep 2024 23:15:52 -0500 Subject: [PATCH] I prefer the short output by default when linting the whole project. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index dc726c1..ffc494d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,9 @@ markers = [ ] +[tool.ruff] +output-format = "concise" + [tool.ruff.lint] select = ["ALL"] ignore = [