Skip to content

Fixing CI issues from #2#13

Merged
Upper9527 merged 4 commits intoAMAP-ML:mainfrom
korbonits:main
Apr 22, 2026
Merged

Fixing CI issues from #2#13
Upper9527 merged 4 commits intoAMAP-ML:mainfrom
korbonits:main

Conversation

@korbonits
Copy link
Copy Markdown
Contributor

This PR fixes the CI issues from PR #2 into main that just merged by running uvx instead of uv. We also fix the lint errors that resulted therefrom.

Apologies for not testing #2 more thoroughly!

korbonits and others added 4 commits April 20, 2026 09:00
- Switch lint workflow to uvx ruff@0.12.2 (matches pre-commit); the prior
  `uv run ruff` failed with "failed to spawn ruff" because ruff was not a
  project dependency installed by `uv sync --extra all`.
- Remove unused locals in skillclaw/api_server.py (F841).
- Wrap long lines across api_server.py, claw_adapter.py, config_store.py,
  and evolve_server/core/config.py (E501).
- Ignore E501 in evolve_server/pipeline/execution.py where long lines are
  single-line prompt-template prose.
- Apply ruff format across the tree so `ruff format --check` passes.

https://claude.ai/code/session_01W6H4XZCMnzavGL2agRvSda
uv.lock is generated locally by uv tooling; upstream does not track it,
and the lint CI uses `uvx ruff@0.12.2` which pins ruff directly.

https://claude.ai/code/session_01W6H4XZCMnzavGL2agRvSda
ci(lint): fix Ruff CI and resolve lint/format violations
@Upper9527 Upper9527 merged commit a2c4d48 into AMAP-ML:main Apr 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants