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 1d515b7 commit 53e8efbCopy full SHA for 53e8efb
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.406
+ rev: v1.1.407
52
hooks:
53
- id: pyright
54
```
src/pyright/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.1.406'
2
-__pyright_version__ = '1.1.406'
+__version__ = '1.1.407'
+__pyright_version__ = '1.1.407'
0 commit comments