diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21b4989..07de80f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ repos: exclude: template - id: check-added-large-files - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.2 + rev: 0.7.9 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.11.7' + rev: 'v0.11.12' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -26,7 +26,7 @@ repos: hooks: - id: black - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint exclude: template @@ -40,7 +40,7 @@ repos: test/test_util_path.py )$ - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.1.0 + rev: v4.2.0 hooks: - id: conventional-pre-commit stages: [commit-msg]