Skip to content

Commit 70eb305

Browse files
[pyright updated to 1.1.394] Update Version (#333)
Co-authored-by: RobertCraigie <[email protected]>
1 parent c82fac2 commit 70eb305

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.393
51+
rev: v1.1.394
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.393'
2-
__pyright_version__ = '1.1.393'
1+
__version__ = '1.1.394'
2+
__pyright_version__ = '1.1.394'

0 commit comments

Comments
 (0)