diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 00000000..5449e5b0 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: stylish-haskell + name: haskell code prettifier + description: A haskell code prettifier. + entry: stylish-haskell + language: haskell + types: [haskell] + args: [-i]