From 1cc390d64236e804d3c7928ea343e9742c4f0950 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 15 Dec 2023 08:29:58 -0500 Subject: [PATCH] add asciichartpy to mypy ignore missing imports --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 377db12..13bde03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -84,5 +84,5 @@ disallow_untyped_defs = False ignore_missing_imports = True # 3rd party packages missing types -[mypy-argcomplete,fuzzywuzzy] +[mypy-argcomplete,asciichartpy,fuzzywuzzy] ignore_missing_imports = True -- 2.52.0