From d15cf9e500d8fd58e292dbe08f2055cd7955076b Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:30:14 +0200 Subject: [PATCH 1/2] build: update pre-commit-hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb49b42f0a..52924975e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ fail_fast: True repos: - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.4.2 + rev: v0.4.3 hooks: - id: add-license-headers args: From 92821c7ea1077efb9a060f38bc643534f2eab00f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:33:10 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3339.changed.md --- doc/changelog.d/3339.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3339.changed.md diff --git a/doc/changelog.d/3339.changed.md b/doc/changelog.d/3339.changed.md new file mode 100644 index 0000000000..65de95256a --- /dev/null +++ b/doc/changelog.d/3339.changed.md @@ -0,0 +1 @@ +build: update pre-commit-hook \ No newline at end of file