From 4d1fc25c96e15734e275ebc7a14d44ba7113db77 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:32:13 +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/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.290...v0.0.292) - [github.com/jsh9/pydoclint: 0.3.2 → 0.3.3](https://github.com/jsh9/pydoclint/compare/0.3.2...0.3.3) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.26.3...0.27.0) --- .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 4c0aa028..ee608b16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.290' + rev: 'v0.0.292' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -45,7 +45,7 @@ repos: args: [--no-strict-optional, --ignore-missing-imports] additional_dependencies: ["pydantic<2.0", "toml", "types-all"] - repo: https://github.com/jsh9/pydoclint - rev: 0.3.2 + rev: 0.3.3 hooks: - id: pydoclint args: @@ -56,6 +56,6 @@ repos: - id: interrogate exclude: test.* - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-azure-pipelines