Skip to content

Commit

Permalink
[fmt] Added ocamlformat hook to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman-Manevich authored and HadrienRenaud committed Mar 21, 2024
1 parent 6b97140 commit 442348b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ repos:
# Expected files should be left verbatim.
\.expected(-failure)?$
)
- repo: https://github.com/arenadotio/pre-commit-ocamlformat
rev: 0439858f79b3bcb49e757278eb1312e212d7dd4f
hooks:
- id: ocamlformat
types: [ocaml]

- repo: local
hooks:
Expand Down

0 comments on commit 442348b

Please sign in to comment.