From 56c1c2c95fed6e60ad836c28b36c5c078e0ca948 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:15:53 +0000 Subject: [PATCH 1/2] chore(deps): 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.7.2 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.8.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88508a7..1422766 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.2" + rev: "v0.8.1" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] From aa62c89ea259eebd1cf38aa791208665462e67c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:17:14 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes --- tap_neon/streams.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tap_neon/streams.py b/tap_neon/streams.py index 8a622de..c1d2ced 100644 --- a/tap_neon/streams.py +++ b/tap_neon/streams.py @@ -11,12 +11,12 @@ __all__ = [ - "Projects", - "Operations", "Branches", "Databases", - "Roles", "Endpoints", + "Operations", + "Projects", + "Roles", ]