From 853d7285bd2ea555119b4943cef36ffa0c83ee06 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Mon, 14 Jun 2021 10:32:51 -0600 Subject: [PATCH] mypy: ignore ruamel --- .github/mypy/mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/mypy/mypy.ini b/.github/mypy/mypy.ini index 32a18750..4ea6e4ca 100644 --- a/.github/mypy/mypy.ini +++ b/.github/mypy/mypy.ini @@ -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