Skip to content

chore: move frontend pre-commit config to repo root

Chaitanya Chalith requested to merge chore/move-frontend-precommit-to-root into main

Closes #25 (closed)

Both pre-commit configs now live at root:

  • .pre-commit-config.yaml — backend Python
  • .pre-commit-config-frontend.yaml — frontend TypeScript/JS

Run backend: pre-commit run --all-files Run frontend: pre-commit run --all-files --config .pre-commit-config-frontend.yaml

Merge request reports

Loading