diff --git a/.copier-answers.yml b/.copier-answers.yml index b7c6353..8817b9b 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.0 +_commit: v0.1.4 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors +description: Python command line wrapper for pyright, a static type checker. entry: pyright tool: pyright url: https://github.com/microsoft/pyright diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 106ea32..920451b 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v4 - name: Set up Conda env - uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a + uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194 with: environment-file: environment.yml environment-name: check-env diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27b57b5..a2d7155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Conda env - uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a + uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194 with: environment-file: environment.yml environment-name: test-env diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index ecc2990..d36d27e 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: gautamkrishnar/keepalive-workflow@60b13c92aeda855e493b83aaf482c25da7e0043b + - uses: gautamkrishnar/keepalive-workflow@5b3128727d02fe1a892d0a2987517c9ec8ca7425 with: commit_message: Ah ah ah, stayin' alive committer_username: ForrestQuant diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 54e7582..3719016 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: pyright-conda name: pyright-conda - description: Python command line wrapper for pyright, a static type checker + description: 'Python command line wrapper for pyright, a static type checker.' entry: pyright language: conda types: [python] diff --git a/README.md b/README.md index c9e3bb2..3be82c9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mirror of pyright for pre-commit with conda as a language. For pre-commit: see [here](https://github.com/pre-commit/pre-commit) -For ansible-lint: see [here](https://github.com/microsoft/pyright) +For pyright: see [here](https://github.com/microsoft/pyright) ## Using pyright with pre-commit and conda: