From 6c23b86899dbb719566b8376064431c077a677ec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:17:05 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/econchick/interrogate: 237be78f9c6135fc1a620d211cdfdc5d3885082b → 1.5.0](https://github.com/econchick/interrogate/compare/237be78f9c6135fc1a620d211cdfdc5d3885082b...1.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.15 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.15...v0.2.0) --- .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 a2ff450..9587066 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: blackdoc - repo: https://github.com/econchick/interrogate - rev: 237be78f9c6135fc1a620d211cdfdc5d3885082b + rev: 1.5.0 hooks: - id: interrogate exclude: ^(docs|tests) @@ -56,7 +56,7 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.15 + rev: v0.2.0 hooks: - id: ruff