diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 313fc3f..1eea1e5 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.13.1" 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 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( {