mypy: Ignore missing dnf, hawkey, and libdnf5 imports

This commit is contained in:
Brian C. Lane 2024-05-10 16:58:58 -07:00 committed by Simon de Vlieger
parent 857507ecd6
commit 3a22fcbd3f

View file

@ -8,3 +8,13 @@ ignore_missing_imports = True
[mypy-tomli.*]
ignore_missing_imports = True
[mypy-hawkey.*]
ignore_missing_imports = True
[mypy-dnf.*]
ignore_missing_imports = True
[mypy-libdnf5.*]
ignore_missing_imports = True