File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ warn_unused_ignores = true
1212warn_no_return = true
1313warn_unreachable = true
1414strict_optional = true
15- plugins = pydantic.mypy,sqlalchemy.ext.mypy.plugin
15+ plugins = pydantic.mypy
1616exclude = (?x)(
1717 ^\.?venv/.*$
1818 | ^src/askui/models/ui_tars_ep/ui_tars_api\.py$
@@ -27,24 +27,6 @@ namespace_packages = true
2727[mypy-jsonref.*]
2828ignore_missing_imports = true
2929
30- [mypy-alembic.*]
31- ignore_missing_imports = true
32-
33- [mypy-structlog.*]
34- ignore_missing_imports = true
35-
36- [mypy-starlette_context.*]
37- ignore_missing_imports = true
38-
39- [mypy-asgi_correlation_id.*]
40- ignore_missing_imports = true
41-
42- [mypy-prometheus_fastapi_instrumentator.*]
43- ignore_missing_imports = true
44-
45- [mypy-mss.*]
46- ignore_missing_imports = true
47-
4830[mypy-ppadb.*]
4931ignore_missing_imports = true
5032
@@ -53,6 +35,3 @@ ignore_missing_imports = true
5335
5436[mypy-opentelemetry.instrumentation.httpx.*]
5537ignore_missing_imports = true
56-
57- [mypy-opentelemetry.instrumentation.sqlalchemy.*]
58- ignore_missing_imports = true
You can’t perform that action at this time.
0 commit comments