Skip to content

Commit

Permalink
Updated pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Feb 26, 2024
1 parent 7d5a7e7 commit 44ba639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand All @@ -11,12 +11,12 @@ repos:
name: "Do not commit directly to main"
args: [--branch, main]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.39.0
hooks:
- id: markdownlint
name: Check Markdown using Markdownlint
- repo: https://github.com/Bahjat/pre-commit-golang
rev: v1.0.0
rev: v1.0.3
hooks:
- id: go-fmt-import
- id: go-vet
Expand Down

0 comments on commit 44ba639

Please sign in to comment.