From 0ac81aa05bc3a5715bd628604fb0c3d4248c0c33 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 23 Nov 2024 19:43:42 +0000 Subject: Set ruff to use concise output and suggest unsafe fixes --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index a8b552c9..84abc1ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,8 @@ build-backend = "poetry.core.masonry.api" target-version = "py311" extend-exclude = [".cache"] line-length = 120 +output-format = "concise" +unsafe-fixes = true [tool.ruff.lint] ignore = [ -- cgit v1.2.3