diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e20fd1..6564237 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,12 +7,12 @@ ci: - ggshield repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.30.0 + rev: v4.4.1 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/gitguardian/ggshield - rev: v1.32.2 + rev: v1.37.0 hooks: - id: ggshield language_version: python3 @@ -43,13 +43,13 @@ repos: - id: remove-crlf - id: remove-tabs - repo: https://github.com/sirosen/texthooks - rev: 0.6.7 + rev: 0.6.8 hooks: - id: alphabetize-codeowners - id: fix-ligatures - id: fix-smartquotes - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.44.0 hooks: - id: markdownlint args: @@ -63,6 +63,6 @@ repos: - -c - .config/.yaml-lint.yml - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.7 hooks: - id: actionlint