Optional types were provided in places but were not always correct. Add mypy checking and fix those that fail(ed).
7 lines
103 B
INI
7 lines
103 B
INI
[mypy]
|
|
|
|
[mypy-jsonschema.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-mako.*]
|
|
ignore_missing_imports = True
|