From 73878fa2ce86319e8581d54551c119790463544c 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 22:27:06 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.16.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.9...v0.16.5) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v2.3.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v2.3.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2715666e..5eb62157 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -9,7 +9,7 @@ repos: - id: debug-statements - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.9" + rev: "v0.16.5" hooks: - id: ruff args: ["--fix"] @@ -23,7 +23,7 @@ repos: args: ["ruff", "--fix", "--ignore=E402,B018,F704"] additional_dependencies: [jupytext, ruff] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.15.0" + rev: "v2.3.1" hooks: - id: mypy exclude: ipynb_filter.py|docs/source/conf.py From e8486925b4ab6f26cfa74d8a27f79055180a47db 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 22:27:47 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/tutorial/tutorial.parallelism.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/tutorial/tutorial.parallelism.md b/docs/source/tutorial/tutorial.parallelism.md index 9ca43ddf..3b85143c 100644 --- a/docs/source/tutorial/tutorial.parallelism.md +++ b/docs/source/tutorial/tutorial.parallelism.md @@ -72,7 +72,6 @@ from mpi4py.futures import MPIPoolExecutor # use the idiom below, see the warning at # https://mpi4py.readthedocs.io/en/stable/mpi4py.futures.html#mpipoolexecutor if __name__ == "__main__": - learner = adaptive.Learner1D(f, bounds=(-1, 1)) # load the data