We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ac2e5 commit d8914b2Copy full SHA for d8914b2
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Do NOT update manually; changes here will be overwritten by Copier
2
-_commit: 51c8c81
+_commit: 5fd39b8
3
_src_path: https://github.com/grap/oca-addons-repo-template-v16
4
additional_ruff_rules: []
5
ci: GitHub
.github/workflows/pre-commit.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
python-version: "3.11"
20
cache: 'pip'
21
+ cache-dependency-path: '.pre-commit-config.yaml'
22
- name: Get python version
23
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
24
- uses: actions/cache@v4
0 commit comments