From 088a5fd7ed481fe88a41bdd8c59196d8ab98d5af Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:13:02 +0000 Subject: [PATCH 1/2] ci: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](https://github.com/pycqa/isort/compare/6.0.1...6.1.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror --- .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 76e52cf9615..b53da250709 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - --start_year=2016 - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 6.1.0 hooks: - id: isort @@ -56,7 +56,7 @@ repos: - id: blacken-docs additional_dependencies: [black==25.9.0] -- repo: https://github.com/psf/black +- repo: https://github.com/psf/black-pre-commit-mirror rev: 25.9.0 # If version changes --> modify "blacken-docs" manually as well. hooks: - id: black From 4193b97018ee8f4b40fa786d31d9fe3c47660f2a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:14:10 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4244.maintenance.md [dependabot-skip] --- doc/changelog.d/4244.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4244.maintenance.md diff --git a/doc/changelog.d/4244.maintenance.md b/doc/changelog.d/4244.maintenance.md new file mode 100644 index 00000000000..9c2aea5a372 --- /dev/null +++ b/doc/changelog.d/4244.maintenance.md @@ -0,0 +1 @@ +Pre-commit autoupdate