From 45ac305dc01ba84fa082c0731b4f79e60d7be736 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:22:34 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.8) - [github.com/jsh9/pydoclint: 0.4.1 → 0.4.2](https://github.com/jsh9/pydoclint/compare/0.4.1...0.4.2) --- .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 00d914dc0..7d5b0cab5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: skip: [poetry-lock] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.4.8 hooks: - id: ruff args: @@ -99,7 +99,7 @@ repos: - id: beautysh - repo: https://github.com/jsh9/pydoclint - rev: 0.4.1 + rev: 0.4.2 hooks: - id: pydoclint