Skip to content

Commit

Permalink
[pyright updated to 1.1.361] Update Version (#268)
Browse files Browse the repository at this point in the history
* Pyright NPM Package update to 1.1.361

* CI: try bumping actions/setup-node

* try v4

* Revert "CI: try bumping actions/setup-node"

This reverts commit 2e87247.

* try different versions

* gmmmmm

* Revert "gmmmmm"

This reverts commit dbc1134.

* Revert "try different versions"

This reverts commit 0bec88d.

---------

Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
  • Loading branch information
RobertCraigie and RobertCraigie committed May 1, 2024
1 parent 642e0e9 commit f9cffb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can also setup pyright to run automatically before each commit by setting up
```yaml
repos:
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.360
rev: v1.1.361
hooks:
- id: pyright
```
Expand Down
4 changes: 2 additions & 2 deletions pyright/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.360'
__pyright_version__ = '1.1.360'
__version__ = '1.1.361'
__pyright_version__ = '1.1.361'

0 comments on commit f9cffb8

Please sign in to comment.