Skip to content

Commit

Permalink
Add elm format hook
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrme committed Mar 19, 2023
1 parent 8004067 commit ca62922
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
hooks:
- id: mypy
- id: mypy
- repo: local
hooks:
- id: elm-format
name: elm-format
entry: elm-format --yes
language: system
files: .*\.elm

0 comments on commit ca62922

Please sign in to comment.