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 c082f63 commit fc4ed29Copy full SHA for fc4ed29
1 file changed
mypy.ini
@@ -1,4 +1,7 @@
1
[mypy]
2
+# TODO: run mypy against several OS/version combos in CI
3
+# https://mypy.readthedocs.io/en/latest/command_line.html#platform-configuration
4
+
5
# Be flexible about dependencies that don't have stubs yet (like pytest)
6
ignore_missing_imports = True
7
0 commit comments