-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi, thanks for this helpful tool.
Could you add a pre-commit hook? https://pre-commit.com/#new-hooks?
P.S. this is what I use now in my .pre
repos:
- repo: local
hooks:
- id: typecheck
name: typecheck
entry: pnpm run typecheck
require_serial: true
language: system
types: [javascript]
files: ^frontend/
Metadata
Metadata
Assignees
Labels
No labels