11 lines
222 B
INI
11 lines
222 B
INI
|
[mypy]
|
||
|
follow_imports = skip
|
||
|
check_untyped_defs = True
|
||
|
disallow_untyped_defs = True
|
||
|
files = tests/integration/challenges/**/*.py
|
||
|
|
||
|
[mypy-requests.*]
|
||
|
ignore_missing_imports = True
|
||
|
[mypy-yaml.*]
|
||
|
ignore_missing_imports = True
|