Bug 1553509 [wpt PR 16639] - Get all of manifest/lint/gitignore typed, a=testonly
[gecko.git] / testing / web-platform / tests / tools / mypy.ini
blobac8edd37d3ac2904133a12ee9e7550dd5a487238
1 [mypy]
2 #check_untyped_defs = True
3 disallow_untyped_defs = True
4 disallow_any_generics = True
5 disallow_incomplete_defs = True
6 disallow_subclassing_any = True
7 disallow_untyped_calls = True
8 disallow_untyped_decorators = True
9 no_implicit_optional = True
10 warn_redundant_casts = True
11 warn_return_any = True
12 warn_unused_configs = True
13 warn_unused_ignores = True
15 [mypy-html5lib.*]
16 ignore_missing_imports = True
18 [mypy-hypothesis.*]
19 ignore_missing_imports = True
21 [mypy-pytest.*]
22 ignore_missing_imports = True
24 [mypy-zstandard.*]
25 ignore_missing_imports = True
27 [mypy-tools.gitignore.tests.*]
28 ignore_errors = True
30 [mypy-tools.manifest.tests.*]
31 ignore_errors = True
33 [mypy-tools.lint.tests.*]
34 ignore_errors = True