8000 Pyright NPM Package update to 1.1.406 (#355) · RobertCraigie/pyright-python@1d515b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d515b7

Browse files
Pyright NPM Package update to 1.1.406 (#355)
Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
1 parent e211ec8 commit 1d515b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can also setup pyright to run automatically before each commit by setting up
4848
```yaml
4949
repos:
5050
- repo: https://github.com/RobertCraigie/pyright-python
51-
rev: v1.1.405
51+
rev: v1.1.406
5252
hooks:
5353
- id: pyright
5454
```

src/pyright/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.1.405'
2-
__pyright_version__ = '1.1.405'
1+
__version__ = '1.1.406'
2+
__pyright_version__ = '1.1.406'

0 commit comments

Comments
 (0)
0