From 3a612810e267cb2fa9bc355f17e212979426c434 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:26:08 +0000 Subject: [PATCH 1/2] [pre-commit.ci] 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.5.6 → v0.12.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.12.9) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.17.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.17.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 313fc3f..c805956 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.6" + rev: "v0.12.9" hooks: - id: ruff args: [--fix] @@ -9,12 +9,12 @@ repos: args: [--config=pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.17.1 hooks: - id: mypy language_version: python3.11 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer From b6f7bc2d6dcbd25c64636aa90a82c435bdae0c5e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:26:17 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_public_sheet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_public_sheet.py b/tests/test_public_sheet.py index 4bcf732..394d22a 100644 --- a/tests/test_public_sheet.py +++ b/tests/test_public_sheet.py @@ -8,7 +8,7 @@ from streamlit_gsheets import GSheetsConnection -@pytest.fixture() +@pytest.fixture def expected_df() -> pd.DataFrame: return pd.DataFrame( {