Skip to content

Commit 0ce1961

Browse files
Merge pull request #294 from askui/chore/remove-apscheduler
chore: remove unused dependencies
2 parents 0877774 + 4726fe7 commit 0ce1961

3 files changed

Lines changed: 1302 additions & 1455 deletions

File tree

mypy.ini

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ warn_unused_ignores = true
1212
warn_no_return = true
1313
warn_unreachable = true
1414
strict_optional = true
15-
plugins = pydantic.mypy,sqlalchemy.ext.mypy.plugin
15+
plugins = pydantic.mypy
1616
exclude = (?x)(
1717
^\.?venv/.*$
1818
| ^src/askui/models/ui_tars_ep/ui_tars_api\.py$
@@ -27,24 +27,6 @@ namespace_packages = true
2727
[mypy-jsonref.*]
2828
ignore_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.*]
4931
ignore_missing_imports = true
5032

@@ -53,6 +35,3 @@ ignore_missing_imports = true
5335

5436
[mypy-opentelemetry.instrumentation.httpx.*]
5537
ignore_missing_imports = true
56-
57-
[mypy-opentelemetry.instrumentation.sqlalchemy.*]
58-
ignore_missing_imports = true

0 commit comments

Comments
 (0)