Skip to content

Commit

Permalink
[pyright updated to 1.1.392] Update Version (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: RobertCraigie <[email protected]>
  • Loading branch information
RobertCraigie and RobertCraigie authored Jan 15, 2025
1 parent 08b251c commit f5c7731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can also setup pyright to run automatically before each commit by setting up
```yaml
repos:
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.391
rev: v1.1.392
hooks:
- id: pyright
```
Expand Down
4 changes: 2 additions & 2 deletions src/pyright/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.391'
__pyright_version__ = '1.1.391'
__version__ = '1.1.392'
__pyright_version__ = '1.1.392'

0 comments on commit f5c7731

Please sign in to comment.