From a7d6bfb32b991ff3ea88dd98f4b6f210e1b46b92 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:59:54 +0000 Subject: [PATCH 1/2] [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.15.22 → v0.16.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.0) - [github.com/tox-dev/pyproject-fmt: v2.25.3 → v2.26.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.25.3...v2.26.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 9a82739..2d1774f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: stages: [manual, pre-push] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.22 + rev: v0.16.0 hooks: # Run the linter. - id: ruff @@ -87,6 +87,6 @@ repos: - id: gersemi args: [-i, --no-warn-about-unknown-commands] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.25.3" + rev: "v2.26.0" hooks: - id: pyproject-fmt From deea483b9c57c9d96c1a78be653300959c5fb7e7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:00:29 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- share/spearhed/ValidationSetups/SodShockTube/validate_sod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spearhed/ValidationSetups/SodShockTube/validate_sod.py b/share/spearhed/ValidationSetups/SodShockTube/validate_sod.py index f99980c..31aeadc 100755 --- a/share/spearhed/ValidationSetups/SodShockTube/validate_sod.py +++ b/share/spearhed/ValidationSetups/SodShockTube/validate_sod.py @@ -15,8 +15,8 @@ import os import sys -import numpy as np import matplotlib +import numpy as np matplotlib.use("Agg") import matplotlib.pyplot as plt