Skip to content

Commit 46ed8cf

Browse files
Update copier template to v0.1.4
1 parent 3e30ab1 commit 46ed8cf

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
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.0
2+
_commit: v0.1.4
33
_src_path: [email protected]:quantco/copier-template-pre-commit-mirrors
4+
description: This hook runs pyright.
45
entry: pyright
56
tool: pyright
67
url: https://github.com/microsoft/pyright

.github/workflows/autoupdate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout branch
1919
uses: actions/checkout@v4
2020
- name: Set up Conda env
21-
uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a
21+
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
2222
with:
2323
environment-file: environment.yml
2424
environment-name: check-env

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: ${{ github.head_ref }}
1818
- name: Set up Conda env
19-
uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a
19+
uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194
2020
with:
2121
environment-file: environment.yml
2222
environment-name: test-env

.github/workflows/keep-alive.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: gautamkrishnar/keepalive-workflow@60b13c92aeda855e493b83aaf482c25da7e0043b
12+
- uses: gautamkrishnar/keepalive-workflow@5b3128727d02fe1a892d0a2987517c9ec8ca7425
1313
with:
1414
commit_message: Ah ah ah, stayin' alive
1515
committer_username: ForrestQuant

.pre-commit-hooks.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
- id: pyright-conda
22
name: pyright-conda
3+
<<<<<<< before updating
34
description: Python command line wrapper for pyright, a static type checker
5+
=======
6+
description: 'This hook runs pyright.'
7+
>>>>>>> after updating
48
entry: pyright
59
language: conda
610
types: [python]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mirror of pyright for pre-commit with conda as a language.
44

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

7-
For ansible-lint: see [here](https://github.com/microsoft/pyright)
7+
For pyright: see [here](https://github.com/microsoft/pyright)
88

99
## Using pyright with pre-commit and conda:
1010

0 commit comments

Comments
 (0)