Skip to content

Commit

Permalink
chore(deps): update pre-commit [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot committed Feb 20, 2025
1 parent 0009916 commit 9f1aa3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
rev: v0.1.25 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
hooks:
- id: shellcheck
- repo: https://github.com/ambv/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
language_version: python3.8
Expand All @@ -77,12 +77,12 @@ repos:
types: [file, yaml]
entry: 'yamllint --strict -d "{extends: relaxed, rules: {line-length: {max: 200}}}"'
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.16.0
rev: v9.21.0
hooks:
- id: commitlint
stages: [commit-msg]
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.16.0
rev: v9.21.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit 9f1aa3f

Please sign in to comment.