diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7448499..e70d27a 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.4 hooks: - id: ruff-check - id: ruff-format @@ -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.7 hooks: - id: uv-lock