mirror of
https://github.com/SELinuxProject/setools
synced 2025-01-30 03:32:42 +00:00
mypy: Add types-setuptools in tox.ini.
Remove extra ignores in .mypy.ini. Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
878059debf
commit
5943451017
@ -3,9 +3,6 @@ no_implicit_optional = True
|
||||
pretty = True
|
||||
|
||||
# NetworkX does not have annotations
|
||||
[mypy-networkx]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-networkx.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
@ -14,6 +11,3 @@ ignore_missing_imports = True
|
||||
|
||||
[mypy-sip]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-pkg_resources]
|
||||
ignore_missing_imports = True
|
||||
|
Loading…
Reference in New Issue
Block a user