Skip to content

Commit

Permalink
add pyright to parso
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 1, 2024
1 parent 85ad7ea commit 1e7407a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,9 @@ def get_projects() -> list[Project]:
Project(
location="https://github.com/davidhalter/parso",
mypy_cmd="{mypy} parso",
pyright_cmd=None,
pyright_cmd="{pyright} parso",
expected_mypy_success=True,
cost={"pyright": 75},
),
Project(
location="https://github.com/konradhalas/dacite",
Expand Down

0 comments on commit 1e7407a

Please sign in to comment.