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 37f86cf commit 5965fb4Copy full SHA for 5965fb4
2 files changed
conftest.py
@@ -48,7 +48,7 @@ def pymvr_module():
48
49
def pytest_configure(config):
50
plugin = config.pluginmanager.getplugin("mypy")
51
- plugin.mypy_argv.append("--no-strict-optional")
+ # plugin.mypy_argv.append("--no-strict-optional")
52
53
54
def pytest_addoption(parser):
0 commit comments