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 67eca11 commit b50ec44Copy full SHA for b50ec44
mypy.ini
@@ -1,5 +1,5 @@
1
[mypy]
2
python_version = 3.6
3
ignore_missing_imports = True
4
-[mypy-tests*]
5
-ignore_errors = True
+[mypy-tests.*]
+ignore_errors = True
0 commit comments