Pre-commit hooks
Go to file
Roberto Alsina 04cd860621 Added --all --fix 2023-06-16 17:11:37 -03:00
bin Added --all --fix 2023-06-16 17:11:37 -03:00
.pre-commit-hooks.yaml Initial code 2023-06-16 14:04:21 -03:00
LICENSE Readme and license 2023-06-16 17:04:12 -03:00
README.md Readme and license 2023-06-16 17:04:12 -03:00

README.md

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