Files
nuzlocke-tracker/.beans/nuzlocke-tracker-rb0p--implement-pre-commit-hooks-for-linting.md
Julian Tabel c8dd4414b5
Some checks failed
CI / backend-lint (push) Successful in 14s
CI / actions-lint (push) Failing after 6s
CI / frontend-lint (push) Successful in 22s
Mark bean rb0p as completed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 18:17:54 +01:00

643 B

title, status, type, priority, created_at, updated_at
title status type priority created_at updated_at
Implement pre-commit hooks for linting completed task high 2026-02-10T12:05:39Z 2026-02-17T17:17:32Z

Set up pre-commit hooks to automatically run linting before every commit, catching issues before they reach the pipeline.

Checklist

  • Install and configure a pre-commit framework — migrated from pre-commit to prek (Rust)
  • Add backend hook: ruff check --fix + ruff format on staged Python files
  • Add frontend hook: oxlint, oxfmt --check, and tsc -b on staged TS/TSX files
  • Document the pre-commit setup in CLAUDE.md