mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-27 06:51:42 +03:00
15 lines
230 B
INI
15 lines
230 B
INI
[mypy]
|
|
plugins = sqlalchemy.ext.mypy.plugin
|
|
|
|
[mypy-icu.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-asyncpg.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-datrie.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-dotenv.*]
|
|
ignore_missing_imports = True
|