Skip to content

Commit dc8af99

Browse files
[pyright updated to 1.1.389] Update Version (#323)
Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
1 parent f319c10 commit dc8af99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.388
51+
rev: v1.1.389
5252
hooks:
5353
- id: pyright
5454
```

src/pyright/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.1.388'
2-
__pyright_version__ = '1.1.388'
1+
__version__ = '1.1.389'
2+
__pyright_version__ = '1.1.389'

0 commit comments

Comments
 (0)