From 9580a45136331a2f5ed00be20eeabb2cf9195b3c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:00:40 +0000 Subject: [PATCH] chore: pre-commit autoupdate (#3373) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.29.2) * chore: adding changelog file 3373.miscellaneous.md * chore: adding changelog file 3373.added.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- doc/changelog.d/3373.added.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3373.added.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 008d95e92c..4705a1a738 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,6 +67,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-github-workflows diff --git a/doc/changelog.d/3373.added.md b/doc/changelog.d/3373.added.md new file mode 100644 index 0000000000..ed877bb719 --- /dev/null +++ b/doc/changelog.d/3373.added.md @@ -0,0 +1 @@ +chore: pre-commit autoupdate \ No newline at end of file