Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@ repos:
- "--autofix"
id: pretty-format-json
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
- hooks:
- args:
- "--fix"
- "--select=I"
id: ruff
- id: ruff-format
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.7
rev: v0.14.2
- hooks:
- id: actionlint
repo: https://github.com/rhysd/actionlint
rev: v1.7.7
rev: v1.7.8
- hooks:
- id: shellcheck
repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.26
rev: v0.1.30
- hooks:
- args: ["--maxkb=800"]
id: check-added-large-files
Expand All @@ -94,13 +94,13 @@ repos:
- "--allow-missing-credentials"
id: detect-aws-credentials
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
- hooks:
- additional_dependencies: ["@commitlint/config-conventional"]
id: commitlint
stages: [commit-msg]
repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.21.0
rev: v9.23.0
- hooks:
- id: go-fmt
- id: go-vet
Expand All @@ -116,6 +116,6 @@ repos:
repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
- repo: https://github.com/rhysd/actionlint
rev: v1.7.7
rev: v1.7.8
hooks:
- id: actionlint