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
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
rev: v1.38.0
hooks:
- id: yamllint
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.5
rev: v21.1.8
hooks:
- id: clang-format
types_or: [c]
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.17.1
rev: v0.20.0
hooks:
- id: markdownlint-cli2-rules-docker
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: [--toml, kepler-codespell.precommit-toml]
additional_dependencies:
- tomli
- repo: https://github.com/golangci/golangci-lint
rev: v1.62.2
rev: v2.8.0
hooks:
- id: golangci-lint
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.20.0
rev: v9.24.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down