From 3b3723362da38e62fb5709631ab5dba4bd74bf60 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 23 Nov 2024 19:14:19 +0000 Subject: Set ruff to use concise output and suggest unsafe fixes --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8b2592fff..79af5adda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,8 @@ source = ["tests"] target-version = "py312" extend-exclude = [".cache"] line-length = 120 +output-format = "concise" +unsafe-fixes = true [tool.ruff.lint] select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "I", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"] -- cgit v1.2.3