chore: clean up web ui repo hygiene

This commit is contained in:
kacper 2026-03-14 20:21:44 -04:00
parent 94e62c9456
commit 2fcc9db903
4786 changed files with 1271 additions and 1275231 deletions

12
.ruff.toml Normal file
View file

@ -0,0 +1,12 @@
line-length = 100
target-version = "py311"
src = ["."]
exclude = [
"frontend",
".venv",
"__pycache__",
]
[lint]
select = ["E", "F", "I", "N", "W"]
ignore = ["E501"]