mypy: ignore ruamel

This commit is contained in:
William Ballenthin
2021-06-14 10:32:51 -06:00
parent 6842b92ca2
commit 853d7285bd

View File

@@ -6,6 +6,9 @@ ignore_missing_imports = True
[mypy-tqdm.*]
ignore_missing_imports = True
[mypy-ruamel.*]
ignore_missing_imports = True
[mypy-networkx.*]
ignore_missing_imports = True