danswer/backend/pyproject.toml
Yuhong Sun fffb9c155a
Redis Cache for KV Store (#2603)
* k

* k

* k

* k
2024-10-01 18:31:18 +00:00

19 lines
323 B
TOML

[tool.mypy]
plugins = "sqlalchemy.ext.mypy.plugin"
mypy_path = "$MYPY_CONFIG_FILE_DIR"
explicit_package_bases = true
disallow_untyped_defs = true
[[tool.mypy.overrides]]
module = "alembic.versions.*"
disable_error_code = ["var-annotated"]
[tool.ruff]
ignore = []
line-length = 130
select = [
"E",
"F",
"W",
]