We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a98910 commit 0fde3cfCopy full SHA for 0fde3cf
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.377
+ rev: v1.1.378
43
hooks:
44
- id: pyright
45
```
pyright/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.1.377'
2
-__pyright_version__ = '1.1.377'
+__version__ = '1.1.378'
+__pyright_version__ = '1.1.378'
0 commit comments