pre-commit-hooks/README.md

519 B

Pre-commit hooks.

Hooks to use with Pre-commit

To use them, add this in your .pre-commit-config.yml

    - repo: https://git.ralsina.me/ralsina/pre-commit-hooks.git
      rev: main
      hooks:
          - id: whatever-hook-you-like

After you install, you can use pre-commit autoupdate when it complains that main is whatever.

Current hooks:

ameba

Run the Ameba static analysis tool for Crystal