Skip to content

Commit e52a1ab

Browse files
Merge PR #10 into 16.0
Signed-off-by legalsylvain
2 parents efcdf8c + b6022ac commit e52a1ab

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
ci: GitHub
55
convert_readme_fragments_to_markdown: true

.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)