aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
blob: 275cd2602b42bf4e8521f64fa174a8be2e459a08 (plain)
1
2
3
4
5
6
7
8
9
10
[mypy]
follow_imports = skip
check_untyped_defs = True
disallow_untyped_defs = True
files = tests/challenges/**/*.py

[mypy-requests.*]
ignore_missing_imports = True
[mypy-yaml.*]
ignore_missing_imports = True