From d6542986842f365a100d3138fb4444bb133d2a9b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:26:52 +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.14.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.14.0) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.18.2) - [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..d43f609 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.14.0" 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.18.2 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 9f62342f9da15f9c8d58d7c0fce7f1b2862867ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:28:46 +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( {