aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
new file mode 100644
index 0000000..a9b026f
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,7 @@
+[mypy]
+
+[mypy-ruamel]
+ignore_missing_imports = True
+
+[mypy-mitmproxy.contrib.kaitaistruct]
+ignore_missing_imports = True