Skip to content

Commit

Permalink
Merge pull request #549 from doitintl/fix/precommit
Browse files Browse the repository at this point in the history
fix(precommit): Fix up pre-commit
  • Loading branch information
dark0dave authored Dec 19, 2023
2 parents 270c9cb + 9d12004 commit 1ed4bfb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.5.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: 2.1.5
rev: 3.0.0
hooks:
- id: forbid-binary
exclude_types: [ png ]
Expand All @@ -18,6 +18,11 @@ repos:
hooks:
- id: pretty-format-golang
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.2.6
hooks:
- id: codespell
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
hooks:
- id: commitizen
stages: [commit-msg]

0 comments on commit 1ed4bfb

Please sign in to comment.