remove output change

This commit is contained in:
Lendemor 2024-12-03 22:25:49 +01:00
parent cb9c5e2a1b
commit 9e98c8a7bc

View File

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