35 lines
757 B
INI
35 lines
757 B
INI
|
[mypy]
|
||
|
namespace_packages=True
|
||
|
#explicit_package_bases=True
|
||
|
#TODO: progress so we can enable this
|
||
|
#strict=True
|
||
|
#
|
||
|
check_untyped_defs=True
|
||
|
disallow_untyped_defs=True
|
||
|
warn_redundant_casts=True
|
||
|
warn_unused_configs= True
|
||
|
warn_unused_ignores = True
|
||
|
warn_no_return=True
|
||
|
warn_return_any=True
|
||
|
warn_unreachable=True
|
||
|
enable_error_code=unused-awaitable
|
||
|
|
||
|
[mypy-cerberus.*]
|
||
|
ignore_missing_imports=True
|
||
|
[mypy-diceware.*]
|
||
|
ignore_missing_imports=True
|
||
|
[mypy-eventlet.*]
|
||
|
ignore_missing_imports=True
|
||
|
[mypy-flask_login.*]
|
||
|
ignore_missing_imports=True
|
||
|
[mypy-flask_socketio.*]
|
||
|
ignore_missing_imports=True
|
||
|
[mypy-keycloak.*]
|
||
|
ignore_missing_imports=True
|
||
|
[mypy-minio.*]
|
||
|
ignore_missing_imports=True
|
||
|
[mypy-mysql.*]
|
||
|
ignore_missing_imports=True
|
||
|
[mypy-schema.*]
|
||
|
ignore_missing_imports=True
|