Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 298 Bytes

pre-commit hooks for fish scripts

pre-commit hook that validates fish syntax and automatically format files

Usage

repos:
  - repo: https://github.com/yujinyuz/pre-commit-fish.git
    rev: v0.1.0
    hooks:
      - id: fish_syntax
      - id: fish_format