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 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