mypy: Ignore missing dnf, hawkey, and libdnf5 imports
This commit is contained in:
parent
857507ecd6
commit
3a22fcbd3f
1 changed files with 10 additions and 0 deletions
10
.mypy.ini
10
.mypy.ini
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue