diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4794c09e9..b8bb83cff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,13 +46,13 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.4 + rev: v0.12.7 hooks: - id: ruff-check args: - --fix - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.4 + rev: v0.12.7 hooks: - id: ruff-format - repo: https://github.com/gitleaks/gitleaks