mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 12:06:27 +03:00
5226cd2a0b
Also defines an extended connection object that includes access to the table definitions. Makes it easier to access the tables from code that has been split off into separate modules.
24 lines
380 B
INI
24 lines
380 B
INI
[mypy]
|
|
plugins = sqlalchemy.ext.mypy.plugin
|
|
|
|
[mypy-sanic_cors.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-icu.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-asyncpg.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-datrie.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-dotenv.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-falcon.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-geoalchemy2.*]
|
|
ignore_missing_imports = True
|