diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25a59eeec..28b0720d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: exclude: template - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.7 + rev: 0.11.2 hooks: - id: uv-lock - repo: https://github.com/adrienverge/yamllint.git @@ -28,7 +28,7 @@ repos: - id: yamllint exclude: template - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell entry: codespell -I .codespell-ignore-words.txt