diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b57d1c1df..afcdde385 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: