From 93b1a4202b3ea04c96704583072d6e829039edd5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 21 Mar 2022 13:35:33 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13981ab9..17d791a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,5 +59,5 @@ show_error_codes = true strict = true [[tool.mypy.overrides]] -module = ["wcwidth.*", "pygments.*", "IPython.*", "commonmark.*", "ipywidgets.*"] +module = ["pygments.*", "IPython.*", "commonmark.*", "ipywidgets.*"] ignore_missing_imports = true