Skip to content

Commit 6aa7762

Browse files
Update partial-pyright.json (SchemaStore#4655)
1 parent c47cd93 commit 6aa7762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/schemas/json/partial-pyright.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@
308308
"reportOptionalOperand": {
309309
"$ref": "#/definitions/diagnostic",
310310
"title": "Controls reporting of attempts to use an `Optional` type as an operand for a binary or unary operator",
311-
"description": "Generate or suppress diagnostics for an attempt to use an `Optional` type as an operand to a unary operator (like `~` or `not`) or the left-hand operator of a binary operator (like `*`, `==`, `or`).",
312-
"markdownDescription": "Generate or suppress diagnostics for an attempt to use an `Optional` type as an operand to a unary operator (like `~` or `not`) or the left-hand operator of a binary operator (like `*`, `==`, `or`).",
313-
"x-intellij-html-description": "Generate or suppress diagnostics for an attempt to use an <code>Optional</code> type as an operand to a unary operator (like <code>~</code> or <code>not</code>) or the left-hand operator of a binary operator (like <code>*</code>, <code>==</code>, <code>or</code>).",
311+
"description": "Generate or suppress diagnostics for an attempt to use an `Optional` type as an operand to a unary operator (like `~`) or the left-hand operator of a binary operator (like `*` or `<<`).",
312+
"markdownDescription": "Generate or suppress diagnostics for an attempt to use an `Optional` type as an operand to a unary operator (like `~`) or the left-hand operator of a binary operator (like `*` or `<<`).",
313+
"x-intellij-html-description": "Generate or suppress diagnostics for an attempt to use an <code>Optional</code> type as an operand to a unary operator (like <code>~</code>) or the left-hand operator of a binary operator (like <code>*</code> or <code>&lt;&lt;</code>).",
314314
"default": "error"
315315
},
316316
"reportRedeclaration": {

0 commit comments

Comments
 (0)