diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ ignore_missing_imports = True [mypy-tornado.*] ignore_missing_imports = True + +[mypy-guacamole.*] +ignore_missing_imports = True |