Skip to content

Commit

Permalink
[pyright updated to 1.1.318] Update Version (#195)
Browse files Browse the repository at this point in the history
* Pyright NPM Package update to 1.1.318

* Bump test deps

---------

Co-authored-by: RobertCraigie <RobertCraigie@users.noreply.github.com>
  • Loading branch information
RobertCraigie and RobertCraigie committed Jul 21, 2023
1 parent 9e50850 commit 7373ff1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,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.317
rev: v1.1.318
hooks:
- id: pyright
```
Expand Down
4 changes: 2 additions & 2 deletions pyright/_version.py
@@ -1,2 +1,2 @@
__version__ = '1.1.317'
__pyright_version__ = '1.1.317'
__version__ = '1.1.318'
__pyright_version__ = '1.1.318'
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -15,9 +15,9 @@ toxworkdir = /tmp/tox/pyright-python

[testenv]
deps =
pytest==6.2.4
pytest==7.4.0
coverage==5.3.1
pytest-subprocess==1.1.2
pytest-subprocess==1.5.0

setenv =
PYRIGHT_PYTHON_DEBUG = 1
Expand Down

0 comments on commit 7373ff1

Please sign in to comment.