diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a827393..2d1774fe 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 diff --git a/share/spearhed/ValidationSetups/SodShockTube/validate_sod.py b/share/spearhed/ValidationSetups/SodShockTube/validate_sod.py index f99980c7..31aeadc8 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