Skip to content

[PD1-578] Use uv in toggle command docs (finish poetry->uv migration)#6

Merged
joshuanapoli merged 2 commits into
mainfrom
jn/uv-toggle-commands
Jun 11, 2026
Merged

[PD1-578] Use uv in toggle command docs (finish poetry->uv migration)#6
joshuanapoli merged 2 commits into
mainfrom
jn/uv-toggle-commands

Conversation

@joshuanapoli

Copy link
Copy Markdown
Member

What

Updates the three toggle slash-command docs to use uv run instead of poetry run:

  • .claude/commands/mypy.md
  • .claude/commands/pytest.md
  • .claude/commands/ruff.md

Why

The poetry→uv migration (36100c2 "migrate from poetry to uv", 225e5e2 "fix calls that were not correctly migrated") switched the hooks (uv run mypy/pytest/ruff) and dependency management to uv, but missed these command docs, which still read poetry run python-claude toggle .... This removes the last poetry references — git grep poetry is now empty (excluding uv.lock), so the project uses uv everywhere.

🤖 Generated with Claude Code

The poetry->uv migration (36100c2, 225e5e2) switched the hooks and
dependency management to uv but left the toggle slash-command docs
referencing `poetry run python-claude toggle ...`. Update them to
`uv run` so the project no longer references poetry anywhere.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the commands in the Claude markdown files (mypy.md, pytest.md, and ruff.md) to use uv run instead of poetry run for toggling quality checks. There are no review comments, so I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@joshuanapoli joshuanapoli changed the title Use uv in toggle command docs (finish poetry->uv migration) [PD1-578] Use uv in toggle command docs (finish poetry->uv migration) Jun 10, 2026
@joshuanapoli joshuanapoli requested a review from alok27a June 10, 2026 21:34
@joshuanapoli joshuanapoli force-pushed the jn/uv-toggle-commands branch from c4f5369 to be48186 Compare June 10, 2026 21:35

@alok27a alok27a left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@joshuanapoli joshuanapoli merged commit 218d765 into main Jun 11, 2026
11 checks passed
@joshuanapoli joshuanapoli deleted the jn/uv-toggle-commands branch June 11, 2026 21:30
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.

2 participants