Files
gnat-gdb-scripts/mypy.ini
Pierre-Marie de Rodat 430a77d4ec gnatdbg: add type hints
Change-Id: Ib0f0cafe4927fc3c581f58d2e90a502b5b3a1544
TN: V707-013
2022-07-07 11:37:40 +00:00

19 lines
307 B
INI

[mypy]
python_version=3.9
files=
gnatdbg,
testsuite/run.py,
testsuite/support
no_implicit_optional = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
disallow_untyped_decorators = True
[mypy-coverage.*]
ignore_missing_imports = True
[mypy-pexpect.*]
ignore_missing_imports = True