File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ You can also setup pyright to run automatically before each commit by setting up
4848``` yaml
4949repos :
5050 - repo : https://github.com/RobertCraigie/pyright-python
51- rev : v1.1.398
51+ rev : v1.1.399
5252 hooks :
5353 - id : pyright
5454` ` `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ twine<=5.0.0
33wheel
44ruff == 0.6.6
55pytest == 7.4.0
6- coverage == 5.3.1
6+ coverage == 6.5.0
77pytest-subprocess == 1.5.0
88
99-e .[all ]
Original file line number Diff line number Diff line change 1- __version__ = '1.1.398 '
2- __pyright_version__ = '1.1.398 '
1+ __version__ = '1.1.399 '
2+ __pyright_version__ = '1.1.399 '
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ commands =
2929skip_install = True
3030
3131deps =
32- coverage ==5.3.1
32+ coverage ==6.5.0
3333
3434setenv =
3535 COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}{:}.coverage.{envname}}
@@ -50,7 +50,7 @@ commands =
5050[testenv:report]
5151skip_install = true
5252deps =
53- coverage ==5.3.1
53+ coverage ==6.5.0
5454
5555setenv =
5656 COVERAGE_FILE ={toxworkdir}{:}.coverage
You can’t perform that action at this time.
0 commit comments