Commit a7e0bf2
committed
fix: Remove types-all from mypy pre-commit hook
Replace types-all with specific type stubs (types-PyYAML, numpy) to avoid
dependency resolution errors. The types-all meta-package has issues with
types-pkg-resources which no longer exists.
Since we use --ignore-missing-imports, we only need type stubs for core
dependencies that we actually use in type annotations.1 parent 7ac2c39 commit a7e0bf2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments