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"]