From 52a10aeeb464b630c59e495dbff9aff8d5de91b2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:11:49 -0600 Subject: [PATCH] chore: pre-commit autoupdate (#392) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.7) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com> Co-authored-by: Edgar Ramírez-Mondragón --- .pre-commit-config.yaml | 4 ++-- tests/test_selected_columns_only.py | 3 ++- tests/test_ssh_tunnel.py | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e12b1b83..48c801d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-json - id: check-toml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.7 hooks: - id: ruff args: [--fix] diff --git a/tests/test_selected_columns_only.py b/tests/test_selected_columns_only.py index c288656e..0bf39bf9 100644 --- a/tests/test_selected_columns_only.py +++ b/tests/test_selected_columns_only.py @@ -1,4 +1,5 @@ -"""Tests selected columns only from stream """ +"""Tests selected columns only from stream""" + import json from singer_sdk.testing.templates import TapTestTemplate diff --git a/tests/test_ssh_tunnel.py b/tests/test_ssh_tunnel.py index 22aaf7f9..0944688a 100644 --- a/tests/test_ssh_tunnel.py +++ b/tests/test_ssh_tunnel.py @@ -1,6 +1,5 @@ """Tests standard tap features using the built-in SDK tests library.""" - from tap_postgres.tap import TapPostgres TABLE_NAME = "test_replication_key"