WebUI/pyproject.toml
2023-05-10 07:43:55 +03:00

9 lines
69 B
TOML

[tool.ruff]
ignore = [
"E501",
"E731"
]
exclude = ["extensions"]