Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#192)
Browse files Browse the repository at this point in the history
Updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.5](astral-sh/ruff-pre-commit@v0.8.3...v0.9.5)
- [github.com/sirosen/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Hollas <daniel.hollas@bristol.ac.uk>
  • Loading branch information
pre-commit-ci[bot] and danielhollas authored Feb 6, 2025
1 parent c6767f0 commit d1652e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
exclude: miscellaneous/structures/SiO2.xyz

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.9.5
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -26,7 +26,7 @@ repos:
- id: yamlfmt

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.4
rev: 0.31.1
hooks:
- id: check-github-workflows

Expand Down
2 changes: 1 addition & 1 deletion home/start_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(self, app, allow_move=False, allow_manage=True):
)
if app.metadata.get("external_url"):
footer_items.append(
f"""<a href="{app.metadata['external_url']}" target="_blank"><button>URL</button></a>"""
f"""<a href="{app.metadata["external_url"]}" target="_blank"><button>URL</button></a>"""
)

if allow_move:
Expand Down

0 comments on commit d1652e6

Please sign in to comment.