From c095f7b6913a4c5e6078e796d7343a11c6e449e2 Mon Sep 17 00:00:00 2001 From: "quant-ranger[bot]" <132915763+quant-ranger[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:16:24 +0000 Subject: [PATCH] Update copier template to v0.1.6 --- .copier-answers.yml | 3 ++- .github/workflows/autoupdate.yml | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 8467bd4..50922ca 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,7 @@ # This file is managed by Copier; DO NOT EDIT OR REMOVE. -_commit: v0.1.4 +_commit: v0.1.6 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors +conda_package: clang-format description: This hook runs clang-format. entry: clang-format tool: clang-format diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 920451b..63b4bf7 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -34,7 +34,7 @@ jobs: echo "pkgname=$pkgname" >> $GITHUB_OUTPUT echo "new-version=$new_version" >> $GITHUB_OUTPUT fi - - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 + - uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 if: steps.versions.outputs.pkgname with: commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}" diff --git a/README.md b/README.md index 30c84c8..06f2342 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# clang-format mirror +# clang-format pre-commit hook -Mirror of clang-format for pre-commit with conda as a language. +pre-commit hook of clang-format with conda as a `language` / package manager. For pre-commit: see [here](https://github.com/pre-commit/pre-commit)