mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-04 21:11:08 +02:00
update pyproject
This commit is contained in:
@@ -5,6 +5,9 @@ explicit_package_bases = true
|
||||
disallow_untyped_defs = true
|
||||
enable_error_code = ["possibly-undefined"]
|
||||
strict_equality = true
|
||||
exclude = [
|
||||
"^generated/",
|
||||
]
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = "alembic.versions.*"
|
||||
@@ -14,6 +17,10 @@ disable_error_code = ["var-annotated"]
|
||||
module = "alembic_tenants.versions.*"
|
||||
disable_error_code = ["var-annotated"]
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = "generated.*"
|
||||
follow_imports = "silent"
|
||||
|
||||
[tool.ruff]
|
||||
ignore = []
|
||||
line-length = 130
|
||||
|
Reference in New Issue
Block a user