Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d315f9

Browse files
[pyright updated to 1.1.373] Update Version (#284)
Co-authored-by: RobertCraigie <[email protected]>
1 parent 59a4bdf commit 5d315f9

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
@@ -39,7 +39,7 @@ You can also setup pyright to run automatically before each commit by setting up
3939
```yaml
4040
repos:
4141
- repo: https://github.com/RobertCraigie/pyright-python
42-
rev: v1.1.372
42+
rev: v1.1.373
4343
hooks:
4444
- id: pyright
4545
```

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.372'
2-
__pyright_version__ = '1.1.372'
1+
__version__ = '1.1.373'
2+
__pyright_version__ = '1.1.373'

0 commit comments

Comments
 (0)