Skip to content

Commit

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

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 Sep 18, 2024
1 parent 8049151 commit 864505b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.380"
"pyright": "^1.1.381"
}
}
2 changes: 1 addition & 1 deletion sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
"reportUnnecessaryIsInstance": {
"$ref": "#/definitions/diagnostic",
"default": "none",
"title": "Controls reporting calls to 'isinstance' or 'issubclass' where the result is statically determined to be always true"
"title": "Controls reporting calls to 'isinstance' or 'issubclass' where the result is statically determined to be always (or never) true"
},
"reportUnnecessaryTypeIgnoreComment": {
"$ref": "#/definitions/diagnostic",
Expand Down

0 comments on commit 864505b

Please sign in to comment.