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 856959c commit 7423ba5Copy full SHA for 7423ba5
test-data/unit/check-custom-plugin.test
@@ -70,7 +70,7 @@ tmp/mypy.ini:2: error: Can't find plugin 'tmp/missing.py'
70
[[mypy]
71
plugins=missing
72
[out]
73
-tmp/mypy.ini:2: error: Error importing plugin 'missing'
+tmp/mypy.ini:2: error: Error importing plugin 'missing': No module named 'missing'
74
75
[case testMultipleSectionsDefinePlugin]
76
# flags: --config-file tmp/mypy.ini
0 commit comments