From 3e6e7769dbe9c09c77d823f0a5917dc3e1146f30 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:17:19 +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/ansys/pre-commit-hooks: v0.4.3 → v0.4.4](https://github.com/ansys/pre-commit-hooks/compare/v0.4.3...v0.4.4) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.7.3) --- .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 151fd7ca..41fad74d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.4.3 + rev: v0.4.4 hooks: - id: add-license-headers files: '(src|examples|tests|docker)/.*\.(py)|\.(proto)' @@ -34,7 +34,7 @@ repos: - id: check-github-workflows - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff args: [--fix] From 84b2a49f8cced1e377b321326d10bb86f459d72c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:18:23 +0000 Subject: [PATCH 2/2] chore: adding changelog file 189.maintenance.md [dependabot-skip] --- doc/changelog.d/189.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/189.maintenance.md diff --git a/doc/changelog.d/189.maintenance.md b/doc/changelog.d/189.maintenance.md new file mode 100644 index 00000000..b42b2410 --- /dev/null +++ b/doc/changelog.d/189.maintenance.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate \ No newline at end of file