Skip to content

fix: remove stale make/sh references from hook docstrings#107

Merged
Rushit merged 2 commits into
mainfrom
feat/just-support-v2
Jul 2, 2026
Merged

fix: remove stale make/sh references from hook docstrings#107
Rushit merged 2 commits into
mainfrom
feat/just-support-v2

Conversation

@Rushit

@Rushit Rushit commented Jul 2, 2026

Copy link
Copy Markdown
Owner

What

Cleans up stale references left in the Python hook scripts after the Makefile and bump-version.sh were removed in #106.

Changes

scripts/pre-commit

  • Docstring: remove make ci and make install-hooks (Makefile is gone)
  • Error hint: bump-version.shpython3 bump-version.py
  • Platform note: add PowerShell to the supported-platform list

scripts/commit-msg

  • Docstring: remove make install-hooks
  • Platform note: add PowerShell to the supported-platform list

No behaviour change

Pure docstring/comment fixes — zero runtime impact.

Rushit added 2 commits July 2, 2026 15:11
scripts/pre-commit
  - Drop 'make ci' from docstring (Makefile removed)
  - Drop 'make install-hooks' from docstring
  - Fix error hint: bump-version.sh → python3 bump-version.py
  - Add PowerShell to platform list

scripts/commit-msg
  - Drop 'make install-hooks' from docstring
  - Add PowerShell to platform list
…file

Add to root .gitignore:
- __pycache__/, *.py[cod], *.pyo — bytecode (safety net; python/ already
  has its own .gitignore covering this, but scripts/ does not)
- .venv/ — Python virtual environments
- .pytest_cache/ — pytest cache directories
- *.egg-info/, dist/ — packaging build output
- Cargo.toml.bak — temp file bump-version.py creates during atomic
  Cargo.toml rewrite (stage-then-rename pattern)
@Rushit Rushit merged commit d2dc030 into main Jul 2, 2026
8 checks passed
@Rushit Rushit deleted the feat/just-support-v2 branch July 2, 2026 21:06
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.

1 participant