Skip to content

Commit

Permalink
chore(deps): bump basedpyright from 1.11.0 to 1.12.0 in /language-ser…
Browse files Browse the repository at this point in the history
…ver (#12)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored May 8, 2024
1 parent 42ba9ea commit b1bd167
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
14 changes: 7 additions & 7 deletions language-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"basedpyright": "^1.11.0"
"basedpyright": "^1.12.0"
}
}
6 changes: 6 additions & 0 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,12 @@
"default": "unreachable",
"title": "Controls reporting of unreachable code"
},
"reportUnsafeMultipleInheritance": {
"$id": "#/properties/reportUnsafeMultipleInheritance",
"$ref": "#/definitions/diagnostic",
"default": "none",
"title": "Controls reporting of multiple inheritance where a base class's constructor may not get called"
},
"reportUnsupportedDunderAll": {
"$id": "#/properties/reportUnsupportedDunderAll",
"$ref": "#/definitions/diagnostic",
Expand Down

0 comments on commit b1bd167

Please sign in to comment.