mirror of
https://github.com/godotengine/issue-stats.git
synced 2025-12-30 21:48:21 +03:00
17 lines
294 B
INI
17 lines
294 B
INI
[mypy]
|
|
strict = True
|
|
disallow_any_unimported = True
|
|
disallow_any_decorated = True
|
|
warn_unreachable = True
|
|
pretty = True
|
|
show_column_numbers = True
|
|
|
|
[mypy-gql]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-dotenv]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-gql.transport.aiohttp]
|
|
ignore_missing_imports = True
|