We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300261d commit 26ccee1Copy full SHA for 26ccee1
.gitignore
@@ -20,4 +20,4 @@ nbproject
20
.cache/
21
.mypy_cache/
22
.pytest_cache/
23
-monkeytype.*
+monkeytype.sqlite3
mypy.ini
@@ -1,4 +1,4 @@
1
2
[mypy]
3
4
-disallow_untyped_defs = True
+disallow_untyped_defs = True
test/testrunner.py renamed to test/tstrunner.py
0 commit comments