From f5caa78b702b31dbb3c2d0336cba8cc7293cbcc2 Mon Sep 17 00:00:00 2001 From: "quant-ranger[bot]" <132915763+quant-ranger[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:19:09 +0100 Subject: [PATCH] Update copier template to v0.1.6 (#28) Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com> --- .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 7406e62..b6aa34d 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: cython-lint description: Lint cython files entry: cython-lint tool: cython-lint 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 965bb28..5e6f752 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# cython-lint mirror +# cython-lint pre-commit hook -Mirror of cython-lint for pre-commit with conda as a language. +pre-commit hook of cython-lint with conda as a `language` / package manager. For pre-commit: see [here](https://github.com/pre-commit/pre-commit)