From d5ca5c823ddea380e6455e11d66a33134b324aa1 Mon Sep 17 00:00:00 2001 From: "quant-ranger[bot]" <132915763+quant-ranger[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:46:23 +0100 Subject: [PATCH] Update copier template to v0.1.4 (#39) Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com> --- .copier-answers.yml | 2 +- .github/workflows/autoupdate.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/keep-alive.yml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index ece2de7..af9c8aa 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # This file is managed by Copier; DO NOT EDIT OR REMOVE. -_commit: v0.1.1 +_commit: v0.1.4 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors description: Source code spell checker, binary install entry: typos 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 de6df82..c217f84 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: typos-conda name: typos-conda - description: Source code spell checker, binary install + description: 'Source code spell checker, binary install' entry: typos language: conda args: [--force-exclude] diff --git a/README.md b/README.md index 66c02f7..2e84ae2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mirror of typos 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/crate-ci/typos) +For typos: see [here](https://github.com/crate-ci/typos) ## Using typos with pre-commit and conda: