From f2a5d540dd56f17c8b4c899f8455907e3e492749 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 06:41:10 +0100 Subject: [PATCH] Auto-update pre-commit hooks (#145) Co-authored-by: bieniu --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a69027..df4ebb9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.256 + rev: v0.0.259 hooks: - id: ruff args: @@ -29,7 +29,7 @@ repos: args: - --branch=master - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.30.0 hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-prettier