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
12 changes: 6 additions & 6 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
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: pretty-format-json
Expand All @@ -19,24 +19,24 @@ repos:
- id: shfmt

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
rev: v1.38.0
hooks:
- id: yamllint
args: [--format, parsable, --strict]

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

- repo: https://github.com/commitizen-tools/commitizen
rev: v4.4.1
rev: v4.15.1
hooks:
- id: commitizen
stages: [commit-msg]

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.2.0
rev: 3.6.1
hooks:
- id: editorconfig-checker
exclude: |
Expand All @@ -48,7 +48,7 @@ repos:
alias: ec

- repo: https://github.com/JohnnyMorganz/StyLua
rev: v2.0.2
rev: v2.4.1
hooks:
- id: stylua
ci:
Expand Down