aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini10
1 files changed, 0 insertions, 10 deletions
diff --git a/mypy.ini b/mypy.ini
deleted file mode 100644
index 275cd2602..000000000
--- a/mypy.ini
+++ /dev/null
@@ -1,10 +0,0 @@
-[mypy]
-follow_imports = skip
-check_untyped_defs = True
-disallow_untyped_defs = True
-files = tests/challenges/**/*.py
-
-[mypy-requests.*]
-ignore_missing_imports = True
-[mypy-yaml.*]
-ignore_missing_imports = True