Thanks to visit codestin.com Credit goes to github.com
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 59a4bdf commit 5d315f9Copy full SHA for 5d315f9
README.md
@@ -39,7 +39,7 @@ You can also setup pyright to run automatically before each commit by setting up
39
```yaml
40
repos:
41
- repo: https://github.com/RobertCraigie/pyright-python
42
- rev: v1.1.372
+ rev: v1.1.373
43
hooks:
44
- id: pyright
45
```
pyright/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.1.372'
2
-__pyright_version__ = '1.1.372'
+__version__ = '1.1.373'
+__pyright_version__ = '1.1.373'
0 commit comments