Skip to content

Commit

Permalink
Update copier template to v0.1.6 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
  • Loading branch information
quant-ranger[bot] authored Feb 1, 2024
1 parent 2333ac4 commit 62e8ba5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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: [email protected]:quantco/copier-template-pre-commit-mirrors
conda_package: ruff
description: Run 'ruff' for extremely fast Python linting
entry: ruff --fix --exit-non-zero-on-fix
tool: ruff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ruff mirror
# ruff pre-commit hook

Mirror of ruff for pre-commit with conda as a language.
pre-commit hook of ruff with conda as a `language` / package manager.

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

Expand Down

0 comments on commit 62e8ba5

Please sign in to comment.