Skip to content

Commit

Permalink
meta: Check fish syntax and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed Jul 13, 2024
1 parent c3ea9f2 commit aebe9c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ repos:
hooks:
- id: shellcheck

- repo: https://github.com/hugoh/pre-commit-fish
rev: v1.2
hooks:
- id: fish_syntax
- id: fish_indent

- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
Expand Down

0 comments on commit aebe9c0

Please sign in to comment.