From acf708ca2d5c3f61e4d4dff30a07f3d71dd8da74 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:07:50 +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.14.2 → v0.16.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.2...v0.16.5) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a90133..a33d909 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.2 + rev: v0.16.5 hooks: # Run the linter. - id: ruff-check From 32f63b829d8264989e83ee8ea521b312af0b5948 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:09:38 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- regtest.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/regtest.py b/regtest.py index 5b2bb05..d413446 100755 --- a/regtest.py +++ b/regtest.py @@ -1,18 +1,18 @@ #!/usr/bin/env python3 +import difflib +import glob +import lzma import os +import re import subprocess import sys -import glob -import time import tempfile +import time from itertools import zip_longest + from joblib import Parallel, delayed from rich import print as print_rich -import re -import difflib -import lzma - # debug = True will use the command-line diff (or xzdiff) to check the results of difflib. debug = False