From ed69596838ab427bd179e503751e1ec937bfd7e5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 16 Jan 2025 17:56:54 +0000 Subject: [PATCH] Update pre-commit hook astral-sh/ruff-pre-commit to v0.9.2 Signed-off-by: Mend Renovate --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cefbab..b0b0712 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: args: ["--strict", "-c", ".github/yamllint-config.yml"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.1" + rev: "v0.9.2" hooks: # Note: lint/fix before format - id: ruff # Run the linter.