Commit 745f1be
committed
fix(nix): remove mypy from pre-commit hooks
The mypy hook fails in Nix sandbox during flake check because uv
cannot discover Python installations in the isolated build environment.
Mypy is still run in CI via the unified ci.yml workflow, so type
checking is not lost. This change only affects the pre-commit hook.1 parent 10a495f commit 745f1be
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 54 | | |
63 | 55 | | |
64 | 56 | | |
| |||
0 commit comments