We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f319c10 commit dc8af99Copy full SHA for dc8af99
README.md
@@ -48,7 +48,7 @@ You can also setup pyright to run automatically before each commit by setting up
48
```yaml
49
repos:
50
- repo: https://github.com/RobertCraigie/pyright-python
51
- rev: v1.1.388
+ rev: v1.1.389
52
hooks:
53
- id: pyright
54
```
src/pyright/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.1.388'
2
-__pyright_version__ = '1.1.388'
+__version__ = '1.1.389'
+__pyright_version__ = '1.1.389'
0 commit comments