Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
name: run check-hooks-apply
description: check hooks apply to the repository
- repo: https://github.com/gitleaks/gitleaks
rev: v8.24.2
rev: v8.28.0
hooks:
- id: gitleaks
name: run gitleaks
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
types: [markdown]
files: \.md$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.44.0
rev: v0.45.0
hooks:
- id: markdownlint
name: run markdownlint
Expand All @@ -83,15 +83,15 @@ repos:
types: [markdown]
files: \.md$
- repo: https://github.com/rubocop/rubocop
rev: v1.77.0
rev: v1.79.1
hooks:
- id: rubocop
name: run rubocop
description: RuboCop is a Ruby code style checker (linter) and formatter based on the community-driven Ruby Style Guide
types: [ruby]
args: [--config=.github/linters/.rubocop.yml]
- repo: https://github.com/adrienverge/yamllint
rev: v1.37.0
rev: v1.37.1
hooks:
- id: yamllint
name: run yamllint
Expand Down