Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#392)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 →
v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 →
v0.3.7](astral-sh/ruff-pre-commit@v0.2.2...v0.3.7)
<!--pre-commit.ci end-->

---------

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 <edgarrm358@gmail.com>
  • Loading branch information
3 people committed Apr 16, 2024
1 parent c028939 commit 52a10ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down
3 changes: 2 additions & 1 deletion tests/test_selected_columns_only.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/test_ssh_tunnel.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 52a10ae

Please sign in to comment.