Skip to content

Commit

Permalink
Merge pull request #107 from blackary/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary authored Sep 16, 2024
2 parents 5e6ed61 + cd947bd commit 714a4fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.6"
rev: "v0.6.5"
hooks:
- id: ruff
args:
Expand All @@ -11,7 +11,7 @@ repos:
- --config=pyproject.toml

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
language_version: python3.9
Expand Down
1 change: 1 addition & 0 deletions example_app/example_four.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import streamlit as st

from st_pages import hide_pages

st.write("This is just a sample page!")
Expand Down
1 change: 1 addition & 0 deletions example_app/example_one.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pathlib import Path

import streamlit as st

from st_pages import add_page_title, get_nav_from_toml

st.write("`streamlit_app.py` contents:")
Expand Down
1 change: 1 addition & 0 deletions example_app/streamlit_app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import streamlit as st

from st_pages import add_page_title, get_nav_from_toml

st.set_page_config(layout="wide")
Expand Down

0 comments on commit 714a4fa

Please sign in to comment.