diff --git a/.copier-answers.yml b/.copier-answers.yml index 8817b9b..20d7523 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.5 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors +conda_package: pyright description: Python command line wrapper for pyright, a static type checker. entry: pyright tool: pyright 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 3be82c9..c973366 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/environment.yml.bak b/environment.yml.bak new file mode 100644 index 0000000..64618fe --- /dev/null +++ b/environment.yml.bak @@ -0,0 +1,5 @@ +channels: + - conda-forge + - nodefaults +dependencies: + - pyright=TOOL_VERSION