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 2c0f980 commit 3718d1cCopy full SHA for 3718d1c
test/test_plugin.py
@@ -23,7 +23,7 @@
23
# Mypy 1.7 changed <nothing> into "Never", so make this a regex to be compatible
24
# with multiple versions of mypy
25
TYPE_ERR_MSG_REGEX = (
26
- r'"Dict\[(?:(?:<nothing>)|(?:Never)), (?:(?:<nothing>)|(?:Never))\]" has no attribute "append"'
+ r'"dict\[(?:(?:<nothing>)|(?:Never)), (?:(?:<nothing>)|(?:Never))\]" has no attribute "append"'
27
)
28
29
TEST_LINE = 'test_plugin.py:279:8:279:16: error: "Request" has no attribute "id" [attr-defined]'
0 commit comments