Skip to content
Open
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.3.5
_commit: v0.3.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.16
_commit: v0.2.17
_src_path: gh:liblaf/copier-share
author_email: 30631553+liblaf@users.noreply.github.com
author_name: liblaf
Expand Down
2 changes: 1 addition & 1 deletion .config/mise/conf.d/50-shared.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/shared-mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). <br />
This project is [MIT](https://github.com/liblaf/copier-python/blob/main/LICENSE) licensed.