Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 329 Bytes

File metadata and controls

18 lines (14 loc) · 329 Bytes

pre-commit hooks

Collection of useful pre-commit hooks

Usage

Add the hooks you want to use to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/mhrstmnn/pre-commit-hooks
    rev: v0.2.1
    hooks:
      - id: ty-check
      - id: clang-tidy
      - id: clangd-tidy
      - id: clang-format