Skip to content

Commit 8df87d1

Browse files
Pyright NPM Package update to 1.1.401 (#347)
Co-authored-by: RobertCraigie <[email protected]>
1 parent 7e1526d commit 8df87d1

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.400
51+
rev: v1.1.401
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.400'
2-
__pyright_version__ = '1.1.400'
1+
__version__ = '1.1.401'
2+
__pyright_version__ = '1.1.401'

0 commit comments

Comments
 (0)