ci.yml: redundant pip install pre-commit #137

Closed
opened 2026-07-06 06:29:32 +00:00 by the.auditor · 0 comments
Owner

.forgejo/workflows/ci.yml:23 runs pip install pre-commit separately, but pre-commit is already a dependency of [dev] (see pyproject.toml:20). The pip install -e ".[dev]" on line 20 already installs it.

Remove line 23 (pip install pre-commit) — it's dead weight.

Ref: PR #136

`.forgejo/workflows/ci.yml:23` runs `pip install pre-commit` separately, but `pre-commit` is already a dependency of `[dev]` (see pyproject.toml:20). The `pip install -e ".[dev]"` on line 20 already installs it. Remove line 23 (`pip install pre-commit`) — it's dead weight. Ref: PR #136
fuzzy closed this issue 2026-07-06 08:53:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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#137
No description provided.