flash / pyproject.toml
NickNYU's picture
upload github well compiled files (#1)
b5d3f34
raw
history blame
394 Bytes
[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"
]