Skip to content

Commit

Permalink
Update pre-commit hooks to latest releases
Browse files Browse the repository at this point in the history
Update all available pre-commit hooks to their latest release.
  • Loading branch information
jonathanio committed Aug 27, 2024
1 parent cf38c47 commit a36f004
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
name: Check for merge conflicts before committing
Expand Down Expand Up @@ -33,7 +33,7 @@ repos:
args: ['-i', '2', '-bn', '-ci']

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.28.0
rev: 0.29.2
hooks:
- name: Check the Dependabot configuration for correctness
id: check-dependabot
Expand All @@ -58,7 +58,7 @@ repos:
- --single-quote

- repo: https://github.com/igorshubovych/markdownlint-cli.git
rev: v0.39.0
rev: v0.41.0
hooks:
- id: markdownlint
name: Check Markdown correctness and formatting
Expand All @@ -69,7 +69,7 @@ repos:
- .markdownignore

- repo: https://github.com/zricethezav/gitleaks.git
rev: v8.18.2
rev: v8.18.4
hooks:
- id: gitleaks
name: Check for hard-coded secrets, keys, and credentials

0 comments on commit a36f004

Please sign in to comment.