diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | mypy.ini | 2 | ||||
-rw-r--r-- | test/tstrunner.py (renamed from test/testrunner.py) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -20,4 +20,4 @@ nbproject .cache/ .mypy_cache/ .pytest_cache/ -monkeytype.*
\ No newline at end of file +monkeytype.sqlite3 @@ -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 |