diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca5a9ed..441d970 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.4 + rev: v4.16.4 hooks: - id: commitizen additional_dependencies: @@ -21,7 +21,7 @@ repos: stages: - pre-push - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.15 + rev: 0.11.26 hooks: - id: uv-sync - id: uv-lock @@ -32,32 +32,32 @@ repos: - id: uv-lock alias: lock - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 41.97.7 + rev: 43.252.5 hooks: - id: renovate-config-validator alias: renovate args: [--strict] - repo: https://github.com/biomejs/pre-commit - rev: "v2.2.3" + rev: "v2.5.2" hooks: - id: biome-check name: biome alias: biome args: [--unsafe] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: ["tomli>=2.2.1; python_version<'3.11'"] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.2.0 + rev: v10.0.1 hooks: - id: cspell name: cspell # entry: codespell --relative args: [--relative, --no-progress, --no-summary] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.33.3 + rev: 0.37.4 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git @@ -77,12 +77,12 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.4 hooks: - id: toml-sort-fix alias: toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.15.20 hooks: - id: ruff-format alias: ruff @@ -90,7 +90,7 @@ repos: args: ["--fix"] alias: ruff - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint files: \.(yaml|yml)$