mirror of
https://git.ugnet.gay/CrossTalk/azul.git
synced 2026-05-27 22:59:49 +00:00
25 lines
530 B
INI
25 lines
530 B
INI
[mypy]
|
|
python_version = 3.11
|
|
|
|
strict_optional = True
|
|
incremental = True
|
|
disallow_subclassing_any = True
|
|
check_untyped_defs = True
|
|
no_implicit_optional = True
|
|
disallow_any_generics = True
|
|
disallow_incomplete_defs = True
|
|
disallow_untyped_defs = True
|
|
disallow_untyped_calls = True
|
|
warn_no_return = True
|
|
|
|
[mypy-sqlalchemy.*]
|
|
ignore_missing_imports = True
|
|
[mypy-HLL.*]
|
|
ignore_missing_imports = True
|
|
[mypy-lxml.*]
|
|
ignore_missing_imports = True
|
|
[mypy-PIL.*]
|
|
ignore_missing_imports = True
|
|
[mypy-sqlaltery.*]
|
|
ignore_missing_imports = True
|