Commit a6ff6e2
fix: resolve ruff lint errors in mcp() command (F821, B904, I001) (#30)
* chore: harden .gitignore with merge artifacts, cache, and common exclusions
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
* chore: add standard project scaffolding (gitattributes, dependabot, SECURITY, pre-commit, ISSUE_TEMPLATE, CHANGELOG, LICENSE)
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
* fix: resolve ruff lint errors in mcp() command (F821, B904, I001)
- Replace undefined 'typer' references with 'click.echo' and 'raise SystemExit(1) from None'
- Fix unsorted imports in _render_costs() (I001)
- deploydiff uses Click, not Typer
---------
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>1 parent 020ebcb commit a6ff6e2
3 files changed
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
117 | 132 | | |
118 | 133 | | |
119 | 134 | | |
| |||
0 commit comments