Skip to content

Commit 35049d3

Browse files
nanotaboadaclaude
andcommitted
chore(claude): fix precommit command and stale comment
- Remove redundant pytest step; coverage run executes tests - Update github.copilot unwanted comment to reflect current state Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 07a5c0b commit 35049d3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.claude/commands/precommit.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Run the pre-commit checklist for this project:
33
1. Remind me to update `CHANGELOG.md` `[Unreleased]` section (Added / Changed / Fixed / Removed) — I must do this manually.
44
2. Run `uv run flake8 .` — must pass.
55
3. Run `uv run black --check .` — must pass (run `uv run black .` to auto-fix).
6-
4. Run `uv run pytest` — all tests must pass.
7-
5. Run `uv run pytest --cov=./ --cov-report=term` — coverage must be ≥80%.
6+
4. Run `uv run pytest --cov=./ --cov-report=term` — all tests must pass, coverage must be ≥80%.
87

9-
Run steps 2–5, report the results clearly, then propose a branch name and commit message for my approval using the format `type(scope): description (#issue)` (max 80 chars; types: `feat` `fix` `chore` `docs` `test` `refactor` `ci` `perf`). Do not create the branch or commit until I explicitly confirm.
8+
Run steps 2–4, report the results clearly, then propose a branch name and commit message for my approval using the format `type(scope): description (#issue)` (max 80 chars; types: `feat` `fix` `chore` `docs` `test` `refactor` `ci` `perf`). Do not create the branch or commit until I explicitly confirm.

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"unwantedRecommendations": [
4747
"ms-azuretools.vscode-docker", // Docker (legacy) - Use vscode-containers instead
4848
"docker.docker", // Docker DX - Use ms-azuretools.vscode-containers
49-
"github.copilot" // Copilot (base) - Unified into copilot-chat
49+
"github.copilot" // GitHub Copilot - legacy base extension
5050
]
5151
}

0 commit comments

Comments
 (0)