Commit a991de2
committed
fix: add pytest-cov and types-PyYAML to dev deps, disable warn_return_any
pytest-cov missing caused --cov flag failure in CI.
types-PyYAML resolves mypy import-untyped error.
warn_return_any disabled — numpy operations return Any in stubs.
Co-Authored-By: Arcane Sapience <protoscience@anulum.li>1 parent 8b9ae09 commit a991de2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments