Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/copier/.copier-answers.release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is @generated by <https://github.com/liblaf/copier-release>.
# DO NOT EDIT!
_commit: v0.2.5
_commit: v0.2.6
_src_path: gh:liblaf/copier-release
2 changes: 1 addition & 1 deletion .config/copier/.copier-answers.shared.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is @generated by <https://github.com/liblaf/copier-shared>.
# 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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down