Skip to content

Commit

Permalink
chore: Pre-commit fixed versions and remove broken make linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dark0dave committed Jan 26, 2022
1 parent 13702ac commit 51ff7bb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .pre-commit-config.yaml
@@ -1,23 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: master
rev: v4.1.0
hooks:
- id: check-json
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
exclude_types: [ svg ]
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: master
rev: 2.1.5
hooks:
- id: forbid-binary
exclude_types: [ png ]
- id: git-dirty
- repo: https://github.com/Lucas-C/pre-commit-hooks-go
rev: master
hooks:
- id: checkmake
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.1.0
rev: v2.2.0
hooks:
- id: pretty-format-golang

0 comments on commit 51ff7bb

Please sign in to comment.