danswer/backend/pyproject.toml
2023-08-31 15:29:59 -07:00

15 lines
229 B
TOML

[tool.mypy]
plugins = "sqlalchemy.ext.mypy.plugin"
mypy_path = "$MYPY_CONFIG_FILE_DIR"
explicit_package_bases = true
disallow_untyped_defs = true
[tool.ruff]
ignore = []
line-length = 130
select = [
"E",
"F",
"W",
]