Files
k8s-version-tracker/setup.cfg
T

10 lines
155 B
INI
Raw Normal View History

[mypy]
ignore_missing_imports = True
disable_error_code = import-untyped
[mypy-kubernetes]
ignore_errors = True
[mypy-kubernetes.*]
ignore_errors = True