Skip to content

Commit c5d4928

Browse files
[pyright updated to 1.1.364] Update Version (#274)
Co-authored-by: RobertCraigie <[email protected]>
1 parent 68882e9 commit c5d4928

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
@@ -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.363
42+
rev: v1.1.364
4343
hooks:
4444
- id: pyright
4545
```

pyright/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.1.363'
2-
__pyright_version__ = '1.1.363'
1+
__version__ = '1.1.364'
2+
__pyright_version__ = '1.1.364'

0 commit comments

Comments
 (0)