feat: add miband bot application

This commit is contained in:
Alex
2026-05-24 21:53:04 +03:00
parent 23876f70e2
commit 7962c423b4
71 changed files with 12533 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[tool.ruff]
line-length = 120
target-version = "py311"
extend-exclude = [
".venv",
"data",
"mi-fitness-python",
]
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F"]