Commit a23152e
fix: Use --no-project for mypy to run from sdk/python
MyPy needs to run from sdk/python directory with its local pyproject.toml
config, so use uv run --no-project to avoid requiring a [project] table.
Ruff commands still run from root to use the main pyproject.toml.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 031a978 commit a23152e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments