Skip to content

c18t/pre-commit-hooks

Repository files navigation

pre-commit-hooks

my hooks for pre-commit

See also: https://github.com/pre-commit/pre-commit

Using pre-commit-hooks with pre-commit

Add this to your .pre-commit-config.yaml

- repo: https://github.com/c18t/pre-commit-hooks
  rev: v1.3.0 # Use the ref you want to point at
  hooks:
    - id: shellcheck
    # - id: ...

Hooks

available

deprecated