Skip to content

Commit 0fde3cf

Browse files
[pyright updated to 1.1.378] Update Version (#290)
Co-authored-by: RobertCraigie <[email protected]>
1 parent 5a98910 commit 0fde3cf

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.377
42+
rev: v1.1.378
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.377'
2-
__pyright_version__ = '1.1.377'
1+
__version__ = '1.1.378'
2+
__pyright_version__ = '1.1.378'

0 commit comments

Comments
 (0)