Update pre-commit dependencies

This commit is contained in:
renovate[bot] 2025-12-15 00:41:23 +00:00 committed by GitHub
parent 04f9949711
commit ac490f7a81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 13 deletions

View File

@ -22,7 +22,7 @@ exclude: |
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: check-merge-conflict - id: check-merge-conflict
@ -32,13 +32,13 @@ repos:
- id: validate-pyproject - id: validate-pyproject
- repo: https://github.com/executablebooks/mdformat - repo: https://github.com/executablebooks/mdformat
rev: 0.7.22 rev: 1.0.0
hooks: hooks:
- id: mdformat - id: mdformat
language: python # means renovate will also update `additional_dependencies` language: python # means renovate will also update `additional_dependencies`
additional_dependencies: additional_dependencies:
- mdformat-mkdocs==4.0.0 - mdformat-mkdocs==5.1.1
- mdformat-footnote==0.1.1 - mdformat-footnote==0.1.2
exclude: | exclude: |
(?x)^( (?x)^(
docs/formatter/black\.md docs/formatter/black\.md
@ -46,7 +46,7 @@ repos:
)$ )$
- repo: https://github.com/igorshubovych/markdownlint-cli - repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.45.0 rev: v0.46.0
hooks: hooks:
- id: markdownlint-fix - id: markdownlint-fix
exclude: | exclude: |
@ -56,7 +56,7 @@ repos:
)$ )$
- repo: https://github.com/adamchainz/blacken-docs - repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.1 rev: 1.20.0
hooks: hooks:
- id: blacken-docs - id: blacken-docs
language: python # means renovate will also update `additional_dependencies` language: python # means renovate will also update `additional_dependencies`
@ -67,10 +67,10 @@ repos:
.*?invalid(_.+)*_syntax\.md .*?invalid(_.+)*_syntax\.md
)$ )$
additional_dependencies: additional_dependencies:
- black==25.1.0 - black==25.11.0
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.34.0 rev: v1.40.0
hooks: hooks:
- id: typos - id: typos
@ -84,7 +84,7 @@ repos:
pass_filenames: false # This makes it a lot faster pass_filenames: false # This makes it a lot faster
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.7 rev: v0.14.8
hooks: hooks:
- id: ruff-format - id: ruff-format
- id: ruff-check - id: ruff-check
@ -94,7 +94,7 @@ repos:
# Prettier # Prettier
- repo: https://github.com/rbubley/mirrors-prettier - repo: https://github.com/rbubley/mirrors-prettier
rev: v3.6.2 rev: v3.7.4
hooks: hooks:
- id: prettier - id: prettier
types: [yaml] types: [yaml]
@ -102,19 +102,19 @@ repos:
# zizmor detects security vulnerabilities in GitHub Actions workflows. # zizmor detects security vulnerabilities in GitHub Actions workflows.
# Additional configuration for the tool is found in `.github/zizmor.yml` # Additional configuration for the tool is found in `.github/zizmor.yml`
- repo: https://github.com/zizmorcore/zizmor-pre-commit - repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.16.0 rev: v1.18.0
hooks: hooks:
- id: zizmor - id: zizmor
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.33.2 rev: 0.35.0
hooks: hooks:
- id: check-github-workflows - id: check-github-workflows
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows. # `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`. # Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
- repo: https://github.com/rhysd/actionlint - repo: https://github.com/rhysd/actionlint
rev: v1.7.7 rev: v1.7.9
hooks: hooks:
- id: actionlint - id: actionlint
stages: stages: