diff --git a/.claude/commands/mypy.md b/.claude/commands/mypy.md index 436083e..85405b3 100644 --- a/.claude/commands/mypy.md +++ b/.claude/commands/mypy.md @@ -5,5 +5,5 @@ description: Toggle mypy quality check on/off Please toggle the mypy quality check: ```bash -poetry run python-claude toggle mypy +uv run python-claude toggle mypy ``` diff --git a/.claude/commands/pytest.md b/.claude/commands/pytest.md index b733b84..f90bf78 100644 --- a/.claude/commands/pytest.md +++ b/.claude/commands/pytest.md @@ -5,5 +5,5 @@ description: Toggle pytest quality check on/off Please toggle the pytest quality check: ```bash -poetry run python-claude toggle pytest +uv run python-claude toggle pytest ``` diff --git a/.claude/commands/ruff.md b/.claude/commands/ruff.md index abbb2f1..b15ac0c 100644 --- a/.claude/commands/ruff.md +++ b/.claude/commands/ruff.md @@ -5,5 +5,5 @@ description: Toggle ruff quality check on/off Please toggle the ruff quality check (includes both format and check): ```bash -poetry run python-claude toggle ruff +uv run python-claude toggle ruff ``` diff --git a/pyproject.toml b/pyproject.toml index 446fde8..f3c7488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-claude" -version = "0.4.1" +version = "0.5.0" description = "Python hooks for Claude Code" authors = [{name = "CVector", email = "support@cvector.com"}] readme = "README.md" diff --git a/uv.lock b/uv.lock index fc0597e..4cdb6bf 100644 --- a/uv.lock +++ b/uv.lock @@ -216,7 +216,7 @@ wheels = [ [[package]] name = "python-claude" -version = "0.4.1" +version = "0.5.0" source = { editable = "." } [package.dev-dependencies]