From 62c55a622380c72a612b036d55f92748e987aff2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:38:27 +0100 Subject: [PATCH] chore: pre-commit automatic update (#1039) 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> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Co-authored-by: Kerry McAdams <58492561+klmcadams@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- doc/changelog.d/1039.maintenance.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1039.maintenance.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a45dce36e..d3867dab0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,6 +76,6 @@ repos: - id: check-added-large-files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-github-workflows \ No newline at end of file diff --git a/doc/changelog.d/1039.maintenance.md b/doc/changelog.d/1039.maintenance.md new file mode 100644 index 000000000..c655a0905 --- /dev/null +++ b/doc/changelog.d/1039.maintenance.md @@ -0,0 +1 @@ +pre-commit automatic update \ No newline at end of file