Commit 5f2dd68
Add pytest and Python linting (ruff) to CI (github#1637)
* feat: add GitHub Actions workflow for testing and linting Python code
* fix: resolve ruff lint errors in specify_cli
- Remove extraneous f-string prefixes (F541)
- Split multi-statement lines (E701, E702)
- Remove unused variable assignments (F841)
- Remove ruff format check from CI workflow (format-only PR to follow)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: strip ANSI codes in ai-skills help text test
The Rich/Typer CLI injects ANSI escape codes into option names in
--help output, causing plain string matching to fail.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
(cherry picked from commit 24d76b5)1 parent a5d9cd7 commit 5f2dd68
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
626 | 627 | | |
627 | 628 | | |
628 | 629 | | |
629 | | - | |
630 | | - | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
0 commit comments