From 768c9c361fe99b8b3ff920c49b1e503bb93a5174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:17:17 +0800 Subject: [PATCH] chore: update pre-commit (#129) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6448155..27df635 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: [--remove] - repo: https://github.com/python-poetry/poetry - rev: "1.8.3" + rev: "1.8.4" hooks: - id: poetry-check - id: poetry-lock @@ -32,12 +32,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.8 + rev: v0.7.0 hooks: - id: ruff args: [ --fix, --fixable=ALL ,--exit-non-zero-on-fix ] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black