Spaces:
Sleeping
Sleeping
[tool.mypy] | |
ignore_missing_imports = "True" | |
disallow_untyped_defs = "True" | |
exclude = ["notebooks", "build", "examples", "docs", "dataset", "app.py", "github_retriever.py"] | |
[tool.ruff] | |
exclude = [ | |
".venv", | |
"__pycache__", | |
".ipynb_checkpoints", | |
".mypy_cache", | |
".ruff_cache", | |
"examples", | |
"notebooks", | |
"docs", | |
"dataset", | |
"app.py", | |
"github_retriever.py" | |
] |