Skip to content

Commit

Permalink
chore(deps): bump pyright from 1.1.360 to 1.1.361 in /language-server (
Browse files Browse the repository at this point in the history
…#326)

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 1, 2024
1 parent 5539378 commit 921cf5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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": {
"pyright": "^1.1.360"
"pyright": "^1.1.361"
}
}
8 changes: 4 additions & 4 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,12 @@
"reportUnboundVariable": {
"$ref": "sublime://pyrightconfig#/properties/reportUnboundVariable"
},
"reportUnhashable": {
"$ref": "sublime://pyrightconfig#/properties/reportUnhashable"
},
"reportUndefinedVariable": {
"$ref": "sublime://pyrightconfig#/properties/reportUndefinedVariable"
},
"reportUnhashable": {
"$ref": "sublime://pyrightconfig#/properties/reportUnhashable"
},
"reportUninitializedInstanceVariable": {
"$ref": "sublime://pyrightconfig#/properties/reportUninitializedInstanceVariable"
},
Expand Down Expand Up @@ -783,7 +783,7 @@
"reportMissingTypeStubs": {
"$id": "#/properties/reportMissingTypeStubs",
"$ref": "#/definitions/diagnostic",
"default": "warning",
"default": "none",
"title": "Controls reporting of imports that cannot be resolved to type stub files"
},
"reportNoOverloadImplementation": {
Expand Down

0 comments on commit 921cf5a

Please sign in to comment.