mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-18 11:34:12 +02:00
Mypy (#2785)
This commit is contained in:
@@ -5,7 +5,7 @@ explicit_package_bases = true
|
|||||||
disallow_untyped_defs = true
|
disallow_untyped_defs = true
|
||||||
|
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = "alembic.versions.*"
|
module = "alembic*.versions.*"
|
||||||
disable_error_code = ["var-annotated"]
|
disable_error_code = ["var-annotated"]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
Reference in New Issue
Block a user