Skip to content

Commit

Permalink
Merge pull request #255 from arnaudmiribel/update-gha
Browse files Browse the repository at this point in the history
Fix linting GHA
  • Loading branch information
arnaudmiribel authored Oct 7, 2024
2 parents ebb3b41 + cb3532e commit 1ab0a9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.1

2 changes: 1 addition & 1 deletion gallery/streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@st.cache_resource
def show_extras():
extra_names = [
extra.name
extra.name
for extra in pkgutil.iter_modules(streamlit_extras.__path__)
if extra.ispkg
]
Expand Down

0 comments on commit 1ab0a9f

Please sign in to comment.