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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
repos:
# Markdownlint for Markdown file linting
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.46.0
hooks:
- id: markdownlint
name: Lint Markdown files
Expand All @@ -23,6 +23,6 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/gitleaks/gitleaks
rev: "v8.28.0"
rev: "v8.29.1"
hooks:
- id: gitleaks