Commit 87c70a3
committed
fix(pre-commit): use uv run mypy for proper config loading
Changed from mirrors-mypy repo to local repo using 'uv run mypy --package app'
to ensure:
1. Project virtual environment is used
2. pyproject.toml mypy config is properly loaded
3. Module naming conflicts are avoided1 parent 85abee4 commit 87c70a3
1 file changed
Lines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
33 | 29 | | |
34 | | - | |
35 | 30 | | |
| 31 | + | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
| |||
0 commit comments