From 5226be5ff13f586427083a8fe4852a1618bd6b71 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:20:35 +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/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.1...0.37.2) - [github.com/ansys/pre-commit-hooks: v0.7.1 → v0.7.2](https://github.com/ansys/pre-commit-hooks/compare/v0.7.1...v0.7.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 95687a1c..1b745e12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,12 +46,12 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-github-workflows - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.7.1 + rev: v0.7.2 hooks: - id: add-license-headers args: From 2b10b4d2b1fc1082b8a42fe1684c2f2e240badad Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 5 May 2026 08:43:41 +0200 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b745e12..34849d94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ repos: hooks: - id: isort args: [ - "--profile", "black", - "--force-sort-within-sections", - "--filter-files", - "--skip-glob", "*__init__.py", - "--skip-glob", "*python/grpc/generated*", + "--profile", "black", + "--force-sort-within-sections", + "--filter-files", + "--skip-glob", "*__init__.py", + "--skip-glob", "*python/grpc/generated*", ] - repo: https://github.com/PyCQA/flake8