Skip to content

Commit

Permalink
add pyright to spack
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 3, 2024
1 parent f4a1120 commit 57a892b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,9 @@ def get_projects() -> list[Project]:
Project(
location="https://github.com/spack/spack",
mypy_cmd="{mypy} -p spack -p llnl",
pyright_cmd=None,
pyright_cmd="{pyright}",
expected_mypy_success=True,
cost={"mypy": 20},
cost={"mypy": 20, "pyright": 100},
),
Project(
location="https://github.com/johtso/httpx-caching",
Expand Down

0 comments on commit 57a892b

Please sign in to comment.