From 0d816ab791e5c05bf1f3793fef93ff53c8ebbb4c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:06:54 +0000 Subject: [PATCH 1/2] 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.9.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.6) - [github.com/astral-sh/uv-pre-commit: 0.5.26 → 0.5.29](https://github.com/astral-sh/uv-pre-commit/compare/0.5.26...0.5.29) --- .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 545b0d34e..a8f7b9497 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: - id: check-readthedocs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.9.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -64,7 +64,7 @@ repos: )$ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.26 + rev: 0.5.29 hooks: - id: uv-lock - id: uv-sync From 0ed9be51ca167f1668352b112385f5820bc64016 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:07:27 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- singer_sdk/_singerlib/json.py | 2 +- singer_sdk/helpers/types.py | 2 +- singer_sdk/typing.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/singer_sdk/_singerlib/json.py b/singer_sdk/_singerlib/json.py index 184f1e945..acb94ad9c 100644 --- a/singer_sdk/_singerlib/json.py +++ b/singer_sdk/_singerlib/json.py @@ -1,4 +1,4 @@ -from __future__ import annotations # noqa: A005 +from __future__ import annotations import datetime import decimal diff --git a/singer_sdk/helpers/types.py b/singer_sdk/helpers/types.py index 7693b17d4..a21887f3a 100644 --- a/singer_sdk/helpers/types.py +++ b/singer_sdk/helpers/types.py @@ -1,4 +1,4 @@ -"""Type aliases for use in the SDK.""" # noqa: A005 +"""Type aliases for use in the SDK.""" from __future__ import annotations diff --git a/singer_sdk/typing.py b/singer_sdk/typing.py index 74eb7623e..d3c62bb08 100644 --- a/singer_sdk/typing.py +++ b/singer_sdk/typing.py @@ -48,7 +48,7 @@ other valid implementations which are not syntactically identical to those generated here. -""" # noqa: A005 +""" from __future__ import annotations