Skip to content

Commit 7209289

Browse files
authored
Remove pyscopg config override for ty (#185)
1 parent e5f5544 commit 7209289

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy_primer/projects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,6 @@ def get_projects() -> list[Project]:
12121212
location="https://github.com/psycopg/psycopg",
12131213
mypy_cmd="{mypy}",
12141214
pyright_cmd="{pyright}",
1215-
ty_cmd="""{ty} check --config 'src.root="./psycopg"'""",
12161215
deps=["pytest", "pproxy"],
12171216
cost={"mypy": 28},
12181217
),

0 commit comments

Comments
 (0)