mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-07-19 04:00:15 +03:00
12 lines
177 B
TOML
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"]
|