Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/mypy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion .claude/commands/pytest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion .claude/commands/ruff.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading