Skip to content

Commit

Permalink
build process
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Jul 24, 2022
1 parent e2b4f6c commit 4f35913
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:
python: python3.8
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -18,7 +18,7 @@ repos:
- id: detect-aws-credentials
- id: detect-private-key
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.14
rev: v1.3.0
hooks:
- id: forbid-tabs
exclude_types: [python, javascript, dtd, markdown, makefile, xml]
Expand All @@ -28,7 +28,7 @@ repos:
hooks:
- id: shell-lint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.32.0
hooks:
- id: markdownlint
exclude: docs/|templates/
Expand All @@ -44,6 +44,12 @@ repos:
- id: goimports
- id: golint
- repo: https://github.com/golangci/golangci-lint
rev: v1.43.0
rev: v1.47.2
hooks:
- id: golangci-lint
- repo: https://github.com/syntaqx/git-hooks
rev: v0.0.17
hooks:
- id: go-test
- id: go-mod-tidy
- id: go-generate

0 comments on commit 4f35913

Please sign in to comment.