Skip to content

Commit 7e1526d

Browse files
Pyright NPM Package update to 1.1.400 (#346)
Co-authored-by: RobertCraigie <[email protected]>
1 parent d04b516 commit 7e1526d

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.399
51+
rev: v1.1.400
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.399'
2-
__pyright_version__ = '1.1.399'
1+
__version__ = '1.1.400'
2+
__pyright_version__ = '1.1.400'

0 commit comments

Comments
 (0)