debian-forge/.mypy.ini
Simon de Vlieger 3fd864e5a9 osbuild: fix optional-types
Optional types were provided in places but were not always correct. Add
mypy checking and fix those that fail(ed).
2022-07-13 17:31:37 +02:00

7 lines
103 B
INI

[mypy]
[mypy-jsonschema.*]
ignore_missing_imports = True
[mypy-mako.*]
ignore_missing_imports = True