Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a51670c

Browse files
committed
Fix: add missing pyright_cmd to viur-toolkit project
1 parent a514a79 commit a51670c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mypy_primer/projects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,6 +1723,7 @@ def get_projects() -> list[Project]:
17231723
Project(
17241724
location="https://github.com/viur-framework/viur-toolkit",
17251725
mypy_cmd="{mypy} {paths}",
1726+
pyright_cmd="{pyright} {paths}",
17261727
paths=["src"],
17271728
deps=["viur-core"],
17281729
expected_success=("mypy",),

0 commit comments

Comments
 (0)