From 6adf5f29632b7c339739e75e818e1c616bce37c7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:47:08 +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/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.11.0...v2.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.4) --- .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 3ead81ec..ffe896dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - "max_line_length=80,retain_line_breaks=true,retain_line_breaks_single=true" - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.0 + rev: v2.11.1 hooks: - id: pyproject-fmt args: [--keep-full-version] @@ -48,7 +48,7 @@ repos: - id: check-github-workflows - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.4 hooks: - id: ruff-check - id: ruff-format From ef5d846226d7a1c028f23e41ba422804fee9dcd1 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:47:34 +0000 Subject: [PATCH 2/2] chore: adding changelog file 97.miscellaneous.md [dependabot-skip] --- doc/source/changelog/97.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/97.miscellaneous.md diff --git a/doc/source/changelog/97.miscellaneous.md b/doc/source/changelog/97.miscellaneous.md new file mode 100644 index 00000000..49457b88 --- /dev/null +++ b/doc/source/changelog/97.miscellaneous.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate