Skip to content

Commit

Permalink
feat: new diagnostic setting: reportUnsafeMultipleInheritance
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed May 8, 2024
1 parent b1bd167 commit b825b78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@
"reportUnreachable": {
"$ref": "sublime://pyrightconfig#/properties/reportUnreachable"
},
"reportUnsafeMultipleInheritance": {
"$ref": "sublime://pyrightconfig#/properties/reportUnsafeMultipleInheritance"
},
"reportUnsupportedDunderAll": {
"$ref": "sublime://pyrightconfig#/properties/reportUnsupportedDunderAll"
},
Expand Down

0 comments on commit b825b78

Please sign in to comment.