chore: clean up web ui repo hygiene
This commit is contained in:
parent
94e62c9456
commit
2fcc9db903
4786 changed files with 1271 additions and 1275231 deletions
12
.ruff.toml
Normal file
12
.ruff.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue