Skip to content

Commit 947c3d3

Browse files
Update copier template to v0.1.6 (#13)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
1 parent 079ed8b commit 947c3d3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.copier-answers.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
2-
_commit: v0.1.4
2+
_commit: v0.1.6
33
_src_path: git@github.com:quantco/copier-template-pre-commit-mirrors
4+
conda_package: rust
45
description: Run `cargo fmt` for formatting rust sources.
56
entry: cargo fmt --
67
tool: rust

.github/workflows/autoupdate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "pkgname=$pkgname" >> $GITHUB_OUTPUT
3535
echo "new-version=$new_version" >> $GITHUB_OUTPUT
3636
fi
37-
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
37+
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
3838
if: steps.versions.outputs.pkgname
3939
with:
4040
commit-message: "Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# rust mirror
1+
# rust pre-commit hook
22

3-
Mirror of rust for pre-commit with conda as a language.
3+
pre-commit hook of rust with conda as a `language` / package manager.
44

55
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
66

0 commit comments

Comments
 (0)