Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
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
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ default_language_version:

default_install_hook_types: [pre-commit, pre-push, commit-msg]

default_stages: [commit, push]
default_stages: [pre-commit, pre-push]

fail_fast: false

Expand Down Expand Up @@ -121,7 +121,7 @@ repos:

# C++ formatting & linting
- repo: https://github.com/finsberg/clang-format-docs
rev: v0.3.0
rev: v0.3.2
hooks:
- id: clang-format-docs
additional_dependencies: [clang-format]
Expand Down Expand Up @@ -163,7 +163,7 @@ repos:

# General
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v6.0.0
hooks:
- id: check-added-large-files
args: [--maxkb=64]
Expand All @@ -188,22 +188,22 @@ repos:

# text file linters
- repo: https://github.com/sirosen/texthooks
rev: 0.6.4
rev: 0.7.1
hooks:
- id: fix-ligatures
- id: fix-smartquotes
- id: forbid-bidi-controls
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.45.0
hooks:
- id: markdownlint-fix
args: [--disable, MD033, MD010, MD013]
# exclude: CHANGELOG.md

# various other formatters
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks.git
rev: v2.12.0
rev: v2.15.0
hooks:
- id: pretty-format-ini
args: [--autofix]
Expand All @@ -212,7 +212,7 @@ repos:

# validate JSON/YAML schemas
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.0
rev: 0.33.3
hooks:
- id: check-github-workflows
# - id: check-dependabot
Expand All @@ -237,13 +237,13 @@ repos:

# check editorconfig rules
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.3
rev: 3.4.0
hooks:
- id: editorconfig-checker
args: [-ignore-defaults, -config, config/.ecrc]

# sign commit
- repo: https://github.com/mattlqx/pre-commit-sign
rev: v1.1.3
rev: v1.2.0
hooks:
- id: sign-commit