Skip to content

Commit

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

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 Jul 31, 2024
1 parent 26d6049 commit a11fb02
Show file tree
Hide file tree
Showing 3 changed files with 19 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": {
"pyright": "^1.1.373"
"pyright": "^1.1.374"
}
}
11 changes: 11 additions & 0 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@
"title": "Enable the use of experimental features that are not part of the Python typing spec",
"type": "boolean"
},
"enableReachabilityAnalysis": {
"default": true,
"title": "Identify code determined to be unreachable through type analysis",
"type": "boolean"
},
"enableTypeIgnoreComments": {
"default": true,
"title": "Allow \"# type: ignore\" comments",
Expand Down Expand Up @@ -958,6 +963,9 @@
"enableExperimentalFeatures": {
"$ref": "#/definitions/enableExperimentalFeatures"
},
"enableReachabilityAnalysis": {
"$ref": "#/definitions/enableReachabilityAnalysis"
},
"enableTypeIgnoreComments": {
"$ref": "#/definitions/enableTypeIgnoreComments"
},
Expand Down Expand Up @@ -985,6 +993,9 @@
"enableExperimentalFeatures": {
"$ref": "#/definitions/enableExperimentalFeatures"
},
"enableReachabilityAnalysis": {
"$ref": "#/definitions/enableReachabilityAnalysis"
},
"enableTypeIgnoreComments": {
"$ref": "#/definitions/enableTypeIgnoreComments"
},
Expand Down

0 comments on commit a11fb02

Please sign in to comment.