Skip to content

Commit

Permalink
Update copier template to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
quant-ranger[bot] authored Feb 1, 2024
1 parent 86e74eb commit 4ddb24b
Show file tree
Hide file tree
Showing 4 changed files with 10 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.5
_src_path: [email protected]:quantco/copier-template-pre-commit-mirrors
conda_package: pyright
description: Python command line wrapper for pyright, a static type checker.
entry: pyright
tool: pyright
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 @@
# pyright mirror
# pyright pre-commit hook

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

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

Expand Down
5 changes: 5 additions & 0 deletions environment.yml.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
channels:
- conda-forge
- nodefaults
dependencies:
- pyright=TOOL_VERSION

0 comments on commit 4ddb24b

Please sign in to comment.