From 9e98c8a7bca3f92d24fed42e7173f9eb14ff94a1 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Tue, 3 Dec 2024 22:25:49 +0100 Subject: [PATCH] remove output change --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e3396d9d..00bc5ce72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,6 @@ build-backend = "poetry.core.masonry.api" [tool.ruff] target-version = "py39" -output-format="concise" lint.isort.split-on-trailing-comma = false lint.select = ["B", "D", "E", "F", "I", "SIM", "W", "ERA"] lint.ignore = ["B008", "D205", "E501", "F403", "SIM115"]