summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--mypy.ini2
-rw-r--r--test/tstrunner.py (renamed from test/testrunner.py)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 24181a52..db7c881c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,4 +20,4 @@ nbproject
.cache/
.mypy_cache/
.pytest_cache/
-monkeytype.* \ No newline at end of file
+monkeytype.sqlite3
diff --git a/mypy.ini b/mypy.ini
index 72716491..349266b7 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,4 +1,4 @@
[mypy]
-disallow_untyped_defs = True \ No newline at end of file
+disallow_untyped_defs = True
diff --git a/test/testrunner.py b/test/tstrunner.py
index a3bcfa3c..a3bcfa3c 100644
--- a/test/testrunner.py
+++ b/test/tstrunner.py