From 2998d664590f59d58501404b59f56fe7e1c9a760 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:02:16 +0100 Subject: [PATCH] chore: pre-commit automatic update (#1516) 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/1516.maintenance.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1516.maintenance.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62a39668c2..bc53874a11 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.7.0 + rev: v0.7.1 hooks: - id: ruff - id: ruff-format diff --git a/doc/changelog.d/1516.maintenance.md b/doc/changelog.d/1516.maintenance.md new file mode 100644 index 0000000000..c655a0905a --- /dev/null +++ b/doc/changelog.d/1516.maintenance.md @@ -0,0 +1 @@ +pre-commit automatic update \ No newline at end of file