2023-05-16 02:44:36 +00:00
|
|
|
[mypy]
|
|
|
|
follow_imports = skip
|
|
|
|
check_untyped_defs = True
|
|
|
|
disallow_untyped_defs = True
|
2023-06-06 17:48:49 +00:00
|
|
|
files = tests/challenges/**/*.py
|
2023-05-16 02:44:36 +00:00
|
|
|
|
|
|
|
[mypy-requests.*]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-yaml.*]
|
|
|
|
ignore_missing_imports = True
|