fix: remove redundant pip install pre-commit from CI #168

Merged
fuzzy merged 1 commit from fix/137-ci-redundant-precommit into main 2026-07-06 08:53:59 +00:00
Owner

Removes the redundant pip install pre-commit step from CI workflow. pre-commit is already installed via pip install -e ".[dev]" since it's listed in [project.optional-dependencies] dev in pyproject.toml.

Closes #137

Removes the redundant `pip install pre-commit` step from CI workflow. `pre-commit` is already installed via `pip install -e ".[dev]"` since it's listed in `[project.optional-dependencies] dev` in pyproject.toml. Closes #137
fix(ci): remove redundant pip install pre-commit
All checks were successful
CI / lint-and-test (pull_request) Successful in 1m28s
542b73daad
pre-commit is already pulled in via pip install -e '.[dev]'
since it's listed in [project.optional-dependencies] dev.

Closes #137
fuzzy scheduled this pull request to auto merge when all checks succeed 2026-07-06 08:52:45 +00:00
the.auditor left a comment

Audit Review — PR #168

Clean fix for #137. Removes duplicate pip install pre-commit — already installed via pip install -e ".[dev]".

No suggestions.

Summary

Result: COMMENT — no issues found.

## Audit Review — PR #168 Clean fix for #137. Removes duplicate `pip install pre-commit` — already installed via `pip install -e ".[dev]"`. No suggestions. ## Summary **Result:** COMMENT — no issues found.
the.auditor left a comment

APPROVED. CI cleaned up, closes #137. Merge when ready.

APPROVED. CI cleaned up, closes #137. Merge when ready.
fuzzy merged commit 542b73daad into main 2026-07-06 08:53:59 +00:00
fuzzy deleted branch fix/137-ci-redundant-precommit 2026-07-06 08:53:59 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/hottea!168
No description provided.