Skip to content

Commit 2235a8d

Browse files
Update partial-pyright.json (#4076)
1 parent cf4a281 commit 2235a8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/schemas/json/partial-pyright.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,10 @@
515515
},
516516
"reportUnnecessaryIsInstance": {
517517
"$ref": "#/definitions/diagnostic",
518-
"title": "Controls reporting calls to `isinstance` or `issubclass` where the result is statically determined to be always true",
519-
"description": "Generate or suppress diagnostics for `isinstance` or `issubclass` calls where the result is statically determined to be always true. Such calls are often indicative of a programming error.",
520-
"markdownDescription": "Generate or suppress diagnostics for `isinstance` or `issubclass` calls where the result is statically determined to be always true. Such calls are often indicative of a programming error.",
521-
"x-intellij-html-description": "Generate or suppress diagnostics for <code>isinstance</code> or <code>issubclass</code> calls where the result is statically determined to be always true. Such calls are often indicative of a programming error.",
518+
"title": "Controls reporting calls to `isinstance` or `issubclass` where the result is statically determined to be always (or never) true",
519+
"description": "Generate or suppress diagnostics for `isinstance` or `issubclass` calls where the result is statically determined to be always true or always false. Such calls are often indicative of a programming error.",
520+
"markdownDescription": "Generate or suppress diagnostics for `isinstance` or `issubclass` calls where the result is statically determined to be always true or always false. Such calls are often indicative of a programming error.",
521+
"x-intellij-html-description": "Generate or suppress diagnostics for <code>isinstance</code> or <code>issubclass</code> calls where the result is statically determined to be always true or always false. Such calls are often indicative of a programming error.",
522522
"default": "none"
523523
},
524524
"reportUnnecessaryCast": {

0 commit comments

Comments
 (0)