From e97ccb1092749bfd2e052287bad0a4710095049c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:33:42 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/google/yamlfmt: v0.17.2 → v0.20.0](https://github.com/google/yamlfmt/compare/v0.17.2...v0.20.0) - [github.com/tox-dev/pyproject-fmt: v2.8.0 → v2.11.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.8.0...v2.11.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](https://github.com/adamchainz/blacken-docs/compare/1.19.1...1.20.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.34.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.33.0...0.34.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.11...v0.14.3) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c8c5326..3ead81ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/google/yamlfmt - rev: v0.17.2 + rev: v0.20.0 hooks: - id: yamlfmt args: @@ -9,13 +9,13 @@ repos: - "max_line_length=80,retain_line_breaks=true,retain_line_breaks_single=true" - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.8.0 + rev: v2.11.0 hooks: - id: pyproject-fmt args: [--keep-full-version] - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: [black==23.12.1] @@ -27,7 +27,7 @@ repos: args: [--ignore-words, doc/styles/config/vocabularies/ANSYS/accept.txt] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: debug-statements @@ -43,12 +43,12 @@ repos: - --start_year=2025 - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.0 + rev: 0.34.1 hooks: - id: check-github-workflows - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.11 + rev: v0.14.3 hooks: - id: ruff-check - id: ruff-format From ea2d3abb06530d5737435c065d6564f8c88c9381 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:33:52 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7aff79e9..fdac5a48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,9 @@ doc = [ [tool.hatch.build.targets.wheel] packages = [ "src/ansys" ] +[tool.uv] +package = true + [tool.ruff] line-length = 120 extend-exclude = [ "examples/**/*.py" ] @@ -149,6 +152,3 @@ showcontent = true directory = "test" name = "Test" showcontent = true - -[tool.uv] -package = true From 2acf337d15284a7920b3fe4a904a2133359a7f8f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:34:17 +0000 Subject: [PATCH 3/3] chore: adding changelog file 82.miscellaneous.md [dependabot-skip] --- doc/source/changelog/82.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/82.miscellaneous.md diff --git a/doc/source/changelog/82.miscellaneous.md b/doc/source/changelog/82.miscellaneous.md new file mode 100644 index 00000000..49457b88 --- /dev/null +++ b/doc/source/changelog/82.miscellaneous.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate