We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dece9 commit c82fac2Copy full SHA for c82fac2
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.392
+ rev: v1.1.393
52
hooks:
53
- id: pyright
54
```
src/pyright/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.1.392.post0'
2
-__pyright_version__ = '1.1.392'
+__version__ = '1.1.393'
+__pyright_version__ = '1.1.393'
0 commit comments