8000
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 e211ec8 commit 1d515b7Copy full SHA for 1d515b7
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.405
+ rev: v1.1.406
52
hooks:
53
- id: pyright
54
```
src/pyright/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.1.405'
2
-__pyright_version__ = '1.1.405'
+__version__ = '1.1.406'
+__pyright_version__ = '1.1.406'
0 commit comments