CoolFace
Apppublic

eswar0474/FL_IDS

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
pyproject.toml16 linesDownload Raw Back to root
1[tool.ruff]2line-length = 1003extend-exclude = ["backend/venv", "backend/__pycache__"]4 5[tool.ruff.lint]6# Temporarily ignore unused imports; address remaining rules7extend-ignore = ["F401"]8 9[tool.mypy]10python_version = "3.10"11ignore_missing_imports = true12warn_unused_ignores = true13warn_redundant_casts = true14warn_unused_configs = true15exclude = ["backend/venv", "backend/__pycache__"]16