Commit a50e779
fix: ruff E501 and mypy unused-ignore in esdb rollback and skills_builder
- cli.py:8720 wrap console.print for rollback message (E501)
- skills_builder.py:139 wrap has_ollama bool expression (E501)
- skills_builder.py:145 remove unused type: ignore[import] comment
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent 4cf0d81 commit a50e779
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8717 | 8717 | | |
8718 | 8718 | | |
8719 | 8719 | | |
8720 | | - | |
| 8720 | + | |
| 8721 | + | |
| 8722 | + | |
8721 | 8723 | | |
8722 | 8724 | | |
8723 | 8725 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
0 commit comments