We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ebeea commit 3106238Copy full SHA for 3106238
1 file changed
.pre-commit-config.yaml
@@ -9,20 +9,13 @@ repos:
9
- id: end-of-file-fixer
10
- id: mixed-line-ending
11
- id: trailing-whitespace
12
+ - repo: https://github.com/jtdowney/pre-commit-gleam
13
+ rev: v1.0.0
14
+ hooks:
15
+ - id: format
16
+ - id: check
17
- repo: local
18
hooks:
- - id: gleam-check
- name: gleam check
- entry: gleam check
- language: system
- files: ^src/.*\.gleam$
19
- pass_filenames: false
20
- - id: gleam-format
21
- name: gleam format --check
22
- entry: gleam format --check src test
23
24
25
26
- id: erlfmt
27
name: erlfmt
28
entry: rebar3 fmt -c
0 commit comments