Skip to content

Commit d8914b2

Browse files
committed
[REF] Copier Update (2026-03-24, by SLG). (Update Template)
1 parent f1ac2e5 commit d8914b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: 51c8c81
2+
_commit: 5fd39b8
33
_src_path: https://github.com/grap/oca-addons-repo-template-v16
44
additional_ruff_rules: []
55
ci: GitHub

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
python-version: "3.11"
2020
cache: 'pip'
21+
cache-dependency-path: '.pre-commit-config.yaml'
2122
- name: Get python version
2223
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
2324
- uses: actions/cache@v4

0 commit comments

Comments
 (0)