2022-06-30 11:48:04 +03:00
|
|
|
[mypy]
|
2022-11-18 18:11:31 +03:00
|
|
|
plugins = sqlalchemy.ext.mypy.plugin
|
2022-06-30 11:48:04 +03:00
|
|
|
|
2023-01-24 23:26:32 +03:00
|
|
|
[mypy-sanic_cors.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
2022-06-30 11:48:04 +03:00
|
|
|
[mypy-icu.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
2022-11-18 18:11:31 +03:00
|
|
|
[mypy-asyncpg.*]
|
2022-06-30 11:48:04 +03:00
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-datrie.*]
|
|
|
|
ignore_missing_imports = True
|
2022-06-30 15:07:02 +03:00
|
|
|
|
|
|
|
[mypy-dotenv.*]
|
|
|
|
ignore_missing_imports = True
|
2022-12-05 18:16:18 +03:00
|
|
|
|
|
|
|
[mypy-falcon.*]
|
|
|
|
ignore_missing_imports = True
|
2023-01-26 19:36:11 +03:00
|
|
|
|
|
|
|
[mypy-geoalchemy2.*]
|
|
|
|
ignore_missing_imports = True
|