Skip to content

Commit a491065

Browse files
authored
Merge pull request #269 from doitintl/feature/fixPrecommit
chore: Pre-commit fixed versions and remove broken make linter
2 parents 13702ac + 51ff7bb commit a491065

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: master
3+
rev: v4.1.0
44
hooks:
55
- id: check-json
66
- id: check-added-large-files
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
exclude_types: [ svg ]
1010
- repo: https://github.com/jumanjihouse/pre-commit-hooks
11-
rev: master
11+
rev: 2.1.5
1212
hooks:
1313
- id: forbid-binary
1414
exclude_types: [ png ]
1515
- id: git-dirty
16-
- repo: https://github.com/Lucas-C/pre-commit-hooks-go
17-
rev: master
18-
hooks:
19-
- id: checkmake
2016
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
21-
rev: v2.1.0
17+
rev: v2.2.0
2218
hooks:
2319
- id: pretty-format-golang

0 commit comments

Comments
 (0)