diff --git a/.config/copier/.copier-answers.release.yaml b/.config/copier/.copier-answers.release.yaml index 7fd97ad..c49fa94 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.3.5 +_commit: v0.3.6 _src_path: gh:liblaf/copier-release diff --git a/.config/copier/.copier-answers.shared.yaml b/.config/copier/.copier-answers.shared.yaml index 2c5dcac..6b41748 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.16 +_commit: v0.2.17 _src_path: gh:liblaf/copier-share author_email: 30631553+liblaf@users.noreply.github.com author_name: liblaf diff --git a/.config/mise/conf.d/50-shared.toml b/.config/mise/conf.d/50-shared.toml index c98a198..d9549af 100644 --- a/.config/mise/conf.d/50-shared.toml +++ b/.config/mise/conf.d/50-shared.toml @@ -4,4 +4,4 @@ [tasks.copier-update] description = "Recopy all configured Copier templates from their answers files." -file = "https://raw.githubusercontent.com/liblaf/copier-shared/9539209ee26b0bf3b4a0d551b5e5b317f9196b57/mise-tasks/copier-update.sh" +file = "https://raw.githubusercontent.com/liblaf/copier-shared/33c3f685a9204e962ae296aebebd7880614d4a5f/mise-tasks/copier-update.sh" diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index 2632e0b..5b21a45 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -10,6 +10,8 @@ on: env: GIT_CLIFF_CONFIG_URL: https://raw.githubusercontent.com/liblaf/copier-release/refs/heads/main/cliff.toml + GIT_LFS_SKIP_PUSH: true + GIT_LFS_SKIP_SMUDGE: true concurrency: group: ${{ github.workflow }} @ ${{ github.ref }} diff --git a/.github/workflows/shared-mega-linter.yaml b/.github/workflows/shared-mega-linter.yaml index ab8b808..6a6bf02 100644 --- a/.github/workflows/shared-mega-linter.yaml +++ b/.github/workflows/shared-mega-linter.yaml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - id: lint name: MegaLinter - uses: liblaf/megalinter-custom-flavor-all@f0a990f6a4b6bd6e5bdeeb40774375e7e66aae1b # main + uses: liblaf/megalinter-custom-flavor-all@694bf7d5fc493abd24701d389bf8126d8a3d02e4 # main env: GITHUB_TOKEN: ${{ steps.auth.outputs.token }} MEGALINTER_CONFIG: https://raw.githubusercontent.com/liblaf/megalinter-custom-flavor-all/refs/heads/main/.mega-linter.yml @@ -60,10 +60,7 @@ jobs: cp --target-directory='${{ runner.temp }}' --verbose 'megalinter-reports/megalinter-report.md' sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports' - id: pr - if: >- - steps.lint.outputs.has-updated-sources == 1 && (github.event_name == - 'push' || github.event.pull_request.head.repo.full_name == - github.repository) + if: steps.lint.outputs.has-updated-sources == 1 && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) name: Create PR uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4737e0..010aabf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,18 +18,18 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.16 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.50.0 + rev: v0.54.0 hooks: - id: oxfmt - repo: https://github.com/oxc-project/mirrors-oxlint - rev: v1.65.0 + rev: v1.69.0 hooks: - id: oxlint - repo: https://github.com/pre-commit/pre-commit-hooks @@ -52,7 +52,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.93 + rev: v0.2.10 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py diff --git a/README.md b/README.md index 6e9603b..5799315 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Edit files under [`template/`](https://github.com/liblaf/copier-python/tree/main --- -#### 📝 License +### 📝 License Copyright © 2024 [liblaf](https://github.com/liblaf).
This project is [MIT](https://github.com/liblaf/copier-python/blob/main/LICENSE) licensed.