mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-25 17:22:06 +01:00
15 lines
229 B
TOML
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",
|
||
|
]
|