From 7d1b8ba57065f8d6eda87b43c3b8caaaf821fc9b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:48:49 +0000 Subject: [PATCH] chore: pre-commit automatic update (#1667) 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 | 4 ++-- doc/changelog.d/1667.maintenance.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/1667.maintenance.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67b63132c0..2cfa403506 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ exclude: "tests/integration/files" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.2 hooks: - id: ruff - id: ruff-format @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.4.4 + rev: v0.5.1 hooks: - id: add-license-headers args: diff --git a/doc/changelog.d/1667.maintenance.md b/doc/changelog.d/1667.maintenance.md new file mode 100644 index 0000000000..c655a0905a --- /dev/null +++ b/doc/changelog.d/1667.maintenance.md @@ -0,0 +1 @@ +pre-commit automatic update \ No newline at end of file