From be7f742f990bf283b7a83591eacb2b32e175c46b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:20:49 +0000 Subject: [PATCH 1/3] ci: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.11.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.34.1...0.35.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 a9fc389569a..5c964eae8fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: additional_dependencies: [black==25.9.0] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 # If version changes --> modify "blacken-docs" manually as well. + rev: 25.11.0 # If version changes --> modify "blacken-docs" manually as well. hooks: - id: black args: @@ -90,7 +90,7 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.1 + rev: 0.35.0 hooks: - id: check-github-workflows From 3978dbf336ae4a9a3b2f59fbbacfeacd03f97d2a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:21:52 +0000 Subject: [PATCH 2/3] chore: adding changelog file 4295.maintenance.md [dependabot-skip] --- doc/changelog.d/4295.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4295.maintenance.md diff --git a/doc/changelog.d/4295.maintenance.md b/doc/changelog.d/4295.maintenance.md new file mode 100644 index 00000000000..9c2aea5a372 --- /dev/null +++ b/doc/changelog.d/4295.maintenance.md @@ -0,0 +1 @@ +Pre-commit autoupdate From b92799913ae83361633306e5281dd06dfece9c4a Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:02:50 +0100 Subject: [PATCH 3/3] Update .pre-commit-config.yaml --- .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 5c964eae8fc..390449c1a68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: rev: 1.20.0 hooks: - id: blacken-docs - additional_dependencies: [black==25.9.0] + additional_dependencies: [black==25.11.0] - repo: https://github.com/psf/black-pre-commit-mirror rev: 25.11.0 # If version changes --> modify "blacken-docs" manually as well.