aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mypy.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
new file mode 100644
index 0000000..1cd3b58
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,6 @@
+[mypy]
+incremental = true
+strict = true
+
+[mypy-immutables.map,immutables._testutils]
+ignore_errors = true