Commit f3f0228
Fix CI: add pytest-cov dependency and format test file
- Added pytest-cov to dev dependencies (CI uses --cov flag)
- Removed ruff upper bound (<1.0.0) — ruff 0.15.1 is current
- Reformatted test_error_sanitization.py to pass black check
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent a3d70aa commit f3f0228
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| |||
0 commit comments