Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-illegal-windows-names
Expand All @@ -22,22 +22,22 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.17.2
rev: v0.18.1
hooks:
- id: markdownlint-cli2

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

- repo: https://github.com/fsfe/reuse-tool
rev: v5.0.2
rev: v6.0.0
hooks:
- id: reuse

- repo: https://github.com/rubocop/rubocop
rev: 47735efc2b410578a196fd2758da87d01802c655 # frozen: v1.57.2
rev: 5ef6027dd201bd24b903958e48cfff2ba4204a50 # frozen: v1.81.1
hooks:
- id: rubocop
additional_dependencies:
Expand Down
Loading