From 75efc4d776fc31a8beb861112c51ca78423b3ab8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:58:31 +0000 Subject: [PATCH 1/4] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.8.6) - [github.com/sirosen/check-jsonschema: 0.29.4 → 0.30.0](https://github.com/sirosen/check-jsonschema/compare/0.29.4...0.30.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f566e94..c653010 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.8.6 hooks: - id: ruff-format - id: ruff @@ -26,7 +26,7 @@ repos: - id: yamlfmt - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows From 27011e50e568f5f4cf34630f0d7ca363027078df Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 13 Jan 2025 21:40:16 +0000 Subject: [PATCH 2/4] Ruff to 0.9.1 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c653010..f6971f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude: miscellaneous/structures/SiO2.xyz - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.1 hooks: - id: ruff-format - id: ruff @@ -26,7 +26,7 @@ repos: - id: yamlfmt - repo: https://github.com/sirosen/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-github-workflows From 1f40a13914386e5c9eb57eb3f242e02feb5ed183 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 13 Jan 2025 21:40:38 +0000 Subject: [PATCH 3/4] ruff format --- home/start_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/start_page.py b/home/start_page.py index 58738aa..ad56908 100644 --- a/home/start_page.py +++ b/home/start_page.py @@ -158,7 +158,7 @@ def __init__(self, app, allow_move=False, allow_manage=True): ) if app.metadata.get("external_url"): footer_items.append( - f"""""" + f"""""" ) if allow_move: From f97a2f41443bfe82c648df33908e832181fcdb0f Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Thu, 6 Feb 2025 20:15:13 +0000 Subject: [PATCH 4/4] Bump ruff --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6971f2..5d37e77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude: miscellaneous/structures/SiO2.xyz - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.5 hooks: - id: ruff-format - id: ruff @@ -26,7 +26,7 @@ repos: - id: yamlfmt - repo: https://github.com/sirosen/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: - id: check-github-workflows