]> Nutra Git (v2) - nutratech/cli.git/commitdiff
add asciichartpy to mypy ignore missing imports exp/plot-1rm
authorShane Jaroch <chown_tee@proton.me>
Fri, 15 Dec 2023 13:29:58 +0000 (08:29 -0500)
committerShane Jaroch <chown_tee@proton.me>
Fri, 15 Dec 2023 13:29:58 +0000 (08:29 -0500)
setup.cfg

index 377db12d01df7bdd410e8cb07c589e9b9147d4e3..13bde03d06ad947f239d7d3c557bff234cee51cb 100644 (file)
--- 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