From 1bdc5c9c2237982d3f92203781f3114420103b62 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:50:01 +1000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#1386) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/jsh9/pydoclint: 0.5.3 → 0.5.6](https://github.com/jsh9/pydoclint/compare/0.5.3...0.5.6) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Ma --- .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 3d4f93a32..eb4440ffd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,14 +28,14 @@ repos: # The interim replacement for darglint is pydoclint. - repo: https://github.com/jsh9/pydoclint - rev: 0.5.3 + rev: 0.5.6 hooks: - id: pydoclint args: - "--config=pyproject.toml" - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.0 + rev: v0.5.5 hooks: - id: ruff args: [--fix]