From 50405e575316e24bbd69b3b1898773bf6d0445df Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:10:49 +0000 Subject: [PATCH 1/2] chore: pre-commit automatic update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.1...v0.12.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.33.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.33.1...0.33.2) --- .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 b6b72792c9..60db377700 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ exclude: "tests/integration/files" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.1 + rev: v0.12.2 hooks: - id: ruff-check - id: ruff-format @@ -35,7 +35,7 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.1 + rev: 0.33.2 hooks: - id: check-github-workflows From 2e36aced8b00a3873a9812ac289b7d63205eaa27 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:11:51 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2090.maintenance.md [dependabot-skip] --- doc/changelog.d/2090.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2090.maintenance.md diff --git a/doc/changelog.d/2090.maintenance.md b/doc/changelog.d/2090.maintenance.md new file mode 100644 index 0000000000..50021dc946 --- /dev/null +++ b/doc/changelog.d/2090.maintenance.md @@ -0,0 +1 @@ +Pre-commit automatic update \ No newline at end of file