diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fd7e46..313fc3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: rev: v1.11.1 hooks: - id: mypy - language_version: python3.8 + language_version: python3.11 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 diff --git a/README.md b/README.md index 1a974b7..8b90956 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pip install st-gsheets-connection import streamlit as st from streamlit_gsheets import GSheetsConnection -url = "https://docs.google.com/spreadsheets/d/1JDy9md2VZPz4JbYtRPJLs81_3jUK47nx6GYQjgU8qNY/edit?usp=sharing" +url = "https://docs.google.com/spreadsheets/d/1Gc3Wi1vpTP4g5rnWuaRJDZWycZHvKO7F2xCv1ZGo0oU/edit?usp=sharing" conn = st.connection("gsheets", type=GSheetsConnection)