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"