diff --git a/.config/copier/.copier-answers.release.yaml b/.config/copier/.copier-answers.release.yaml index 5d79dee..db6baa2 100644 --- a/.config/copier/.copier-answers.release.yaml +++ b/.config/copier/.copier-answers.release.yaml @@ -1,4 +1,4 @@ # This file is @generated by . # DO NOT EDIT! -_commit: v0.2.5 +_commit: v0.2.6 _src_path: gh:liblaf/copier-release diff --git a/.config/copier/.copier-answers.shared.yaml b/.config/copier/.copier-answers.shared.yaml index 0797ed5..79bff3d 100644 --- a/.config/copier/.copier-answers.shared.yaml +++ b/.config/copier/.copier-answers.shared.yaml @@ -1,6 +1,6 @@ # This file is @generated by . # DO NOT EDIT! -_commit: v0.2.7 +_commit: v0.2.8 _src_path: gh:liblaf/copier-share author_email: 30631553+liblaf@users.noreply.github.com author_name: liblaf diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index 2081d0c..6e1e3c5 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - name: Install git-cliff - uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2 + uses: taiki-e/install-action@6ef672efc2b5aabc787a9e94baf4989aa02a97df # v2 with: tool: git-cliff - id: version @@ -67,7 +67,7 @@ jobs: with: fetch-depth: 0 - name: Install git-cliff - uses: taiki-e/install-action@d858f8113943481093e02986a7586a4819a3bfd6 # v2 + uses: taiki-e/install-action@6ef672efc2b5aabc787a9e94baf4989aa02a97df # v2 with: tool: git-cliff - name: Generate changelog diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c39ea2e..efaa807 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,9 +17,6 @@ ci: # package, and the `additional_dependencies` configuration option is not # supported in the CI environment. - biome-check - # Skip dotenv-linter in CI because pre-commit.ci does not support - # Docker-based hooks. - - dotenv-linter repos: - repo: https://github.com/astral-sh/ruff-pre-commit @@ -34,10 +31,6 @@ repos: hooks: - id: biome-check exclude: \.jsonc?$ - - repo: https://github.com/dotenv-linter/dotenv-linter - rev: v4.0.0 - hooks: - - id: dotenv-linter - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: