Skip to content

Commit 01a7ca3

Browse files
authored
psycopg: Configure src.root for ty (#171)
1 parent 4f6c0bd commit 01a7ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy_primer/projects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,7 @@ def get_projects() -> list[Project]:
11621162
location="https://github.com/psycopg/psycopg",
11631163
mypy_cmd="{mypy}",
11641164
pyright_cmd="{pyright}",
1165+
ty_cmd="""{ty} check --config 'src.root="./psycopg"'""",
11651166
deps=["pytest", "pproxy"],
11661167
),
11671168
Project(

0 commit comments

Comments
 (0)