From 7b879f1d44416686e050684025d5f94944500a9c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:29:07 -0600 Subject: [PATCH] ci(deps-dev): pre-commit autoupdate (#303) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci(deps-dev): pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.0...v0.3.5) - [github.com/pre-commit/pre-commit: v3.6.0 → v3.7.0](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.7.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.28.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.4...0.28.1) * [pre-commit.ci] auto fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- tap_readthedocs/streams.py | 1 + tap_readthedocs/tap.py | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8713cbb..4d052d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,19 +23,19 @@ repos: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.2.0" + rev: "v0.3.5" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] - id: ruff-format - repo: https://github.com/pre-commit/pre-commit - rev: v3.6.0 + rev: v3.7.0 hooks: - id: validate_manifest - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.4 + rev: 0.28.1 hooks: - id: check-dependabot - id: check-github-workflows diff --git a/tap_readthedocs/streams.py b/tap_readthedocs/streams.py index c9721ea..0be97f7 100644 --- a/tap_readthedocs/streams.py +++ b/tap_readthedocs/streams.py @@ -1,4 +1,5 @@ """Stream type classes for tap-readthedocs.""" + from __future__ import annotations import logging diff --git a/tap_readthedocs/tap.py b/tap_readthedocs/tap.py index 8cff151..d2b1799 100644 --- a/tap_readthedocs/tap.py +++ b/tap_readthedocs/tap.py @@ -1,4 +1,5 @@ """ReadTheDocs tap class.""" + from __future__ import annotations import typing as t