mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-09 00:16:53 +00:00
14 lines
228 B
INI
14 lines
228 B
INI
[mypy]
|
|
no_implicit_optional = True
|
|
pretty = True
|
|
|
|
# NetworkX does not have annotations
|
|
[mypy-networkx]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-networkx.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-PyQt5.*]
|
|
ignore_missing_imports = True
|