fix to ruff

This commit is contained in:
2024-12-21 22:21:38 +07:00
parent cf7ba9e059
commit 6a78096db1
4 changed files with 20 additions and 4 deletions
+13
View File
@@ -20,3 +20,16 @@ aiogram = "^3.15.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
exclude = [
".git",
".ruff_cache",
]
line-length = 92
[tool.ruff.lint]
select = ["E", "F", "UP", "I"]
[tool.ruff.format]
skip-magic-trailing-comma = true