Skip to content

Commit ffa917f

Browse files
[pyright updated to 1.1.369] Update Version (#279)
Co-authored-by: RobertCraigie <[email protected]>
1 parent 604a0a0 commit ffa917f

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.368
42+
rev: v1.1.369
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.368'
2-
__pyright_version__ = '1.1.368'
1+
__version__ = '1.1.369'
2+
__pyright_version__ = '1.1.369'

0 commit comments

Comments
 (0)