Skip to content
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To customize, run `vitals --init` to generate a config at `~/.config/vitals/conf

```bash
# Install pre-commit hooks
pip install pre-commit
brew install pre-commit
pre-commit install
Comment on lines 29 to 31
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

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

brew install pre-commit is macOS/Homebrew-specific and will break setup for contributors on Linux/Windows (or macOS without Homebrew). Consider documenting multiple install options (e.g., Homebrew or pipx/pip install --user pre-commit) or linking to the official pre-commit installation docs so the README remains platform-agnostic.

Copilot uses AI. Check for mistakes.

# Run tests
Expand Down
Loading