Files
miband-bot/pyproject.toml
T
2026-05-24 21:53:04 +03:00

12 lines
177 B
TOML

[tool.ruff]
line-length = 120
target-version = "py311"
extend-exclude = [
".venv",
"data",
"mi-fitness-python",
]
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F"]