Commit 947c3d3 1 parent 079ed8b commit 947c3d3 Copy full SHA for 947c3d3
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This file is managed by Copier; DO NOT EDIT OR REMOVE.
2
- _commit : v0.1.4
2
+ _commit : v0.1.6
3
3
_src_path : git@github.com:quantco/copier-template-pre-commit-mirrors
4
+ conda_package : rust
4
5
description : Run `cargo fmt` for formatting rust sources.
5
6
entry : cargo fmt --
6
7
tool : rust
Original file line number Diff line number Diff line change 34
34
echo "pkgname=$pkgname" >> $GITHUB_OUTPUT
35
35
echo "new-version=$new_version" >> $GITHUB_OUTPUT
36
36
fi
37
- - uses : peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
37
+ - uses : peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
38
38
if : steps.versions.outputs.pkgname
39
39
with :
40
40
commit-message : " Update ${{ steps.versions.outputs.pkgname }} to ${{ steps.versions.outputs.new-version }}"
Original file line number Diff line number Diff line change 1
- # rust mirror
1
+ # rust pre-commit hook
2
2
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 .
4
4
5
5
For pre-commit: see [ here] ( https://github.com/pre-commit/pre-commit )
6
6
You can’t perform that action at this time.
0 commit comments