Skip to content

Commit

Permalink
Pyright NPM Package update to 1.1.349 (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
  • Loading branch information
RobertCraigie and RobertCraigie committed Jan 29, 2024
1 parent 9dc9813 commit 587e3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
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.348
rev: v1.1.349
hooks:
- id: pyright
```
Expand Down
4 changes: 2 additions & 2 deletions pyright/_version.py
@@ -1,2 +1,2 @@
__version__ = '1.1.348'
__pyright_version__ = '1.1.348'
__version__ = '1.1.349'
__pyright_version__ = '1.1.349'

0 comments on commit 587e3f9

Please sign in to comment.