diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7448499..ec7102d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.1 + rev: v0.15.5 hooks: - id: ruff-check - id: ruff-format @@ -24,7 +24,7 @@ repos: - id: fix-byte-order-marker - id: detect-private-key - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.22.0 + rev: v1.23.1 hooks: - id: zizmor - repo: local @@ -36,6 +36,6 @@ repos: require_serial: true entry: npx prettier --write --ignore-unknown - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.3 + rev: 0.10.9 hooks: - id: uv-lock