Skip to content

Commit ee025bc

Browse files
Pyright NPM Package update to 1.1.390 (#325)
Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
1 parent dc8af99 commit ee025bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can also setup pyright to run automatically before each commit by setting up
4848
```yaml
4949
repos:
5050
- repo: https://github.com/RobertCraigie/pyright-python
51-
rev: v1.1.389
51+
rev: v1.1.390
5252
hooks:
5353
- id: pyright
5454
```

src/pyright/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.1.389'
2-
__pyright_version__ = '1.1.389'
1+
__version__ = '1.1.390'
2+
__pyright_version__ = '1.1.390'

0 commit comments

Comments
 (0)