mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-07-20 12:40:13 +03:00
feat: add miband bot application
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user