Skip to content

Add a pre-commit config #77

@Goldziher

Description

@Goldziher

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions