aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-07-07 12:45:06 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-07-07 12:45:06 +0200
commit1396f2ef54b71d4344e28329a4d874a73e2e8e12 (patch)
treedd330f0547dcff34a67154461ef6f2949381a7a6 /mypy.ini
parent820ac976e61c2d908a35a2cb2914dffc9822e095 (diff)
Split the ctl_client in its own file, using guacamole.
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 4447f48..2db00c6 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -5,3 +5,6 @@ ignore_missing_imports = True
[mypy-tornado.*]
ignore_missing_imports = True
+
+[mypy-guacamole.*]
+ignore_missing_imports = True