Skip to content

Commit e66d618

Browse files
committed
🐴 run mypy with --no-editable in vscode
1 parent e1dcc39 commit e66d618

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@
1515
},
1616
"git.branchProtection": ["main"],
1717
"markdownlint.configFile": "docs/.markdownlint.yaml",
18-
"mypy-type-checker.path": ["uv", "run", "--no-sync", "mypy"]
18+
"mypy-type-checker.path": [
19+
"uv",
20+
"run",
21+
"--no-editable",
22+
"--no-sync",
23+
"mypy"
24+
]
1925
}

0 commit comments

Comments
 (0)