Skip to content

Commit 679c0e0

Browse files
authored
Merge pull request #796 from OCA/renovate/18.0-https-github.com-oca-oca-addons-repo-template-1.x
Update dependency https://github.com/OCA/oca-addons-repo-template to v1.42 (18.0)
2 parents 326f207 + db82ec8 commit 679c0e0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.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: v1.40
2+
_commit: v1.42
33
_src_path: https://github.com/OCA/oca-addons-repo-template
44
additional_ruff_rules: []
55
convert_readme_fragments_to_markdown: true

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: pre-commit
23

34
on:
@@ -16,7 +17,7 @@ jobs:
1617
- uses: actions/checkout@v4
1718
- uses: actions/setup-python@v5
1819
with:
19-
python-version: "3.11"
20+
python-version: "3.12"
2021
cache: 'pip'
2122
cache-dependency-path: '.pre-commit-config.yaml'
2223
- name: Get python version

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude: |
2121
# You don't usually want a bot to modify your legal texts
2222
(LICENSE.*|COPYING.*)
2323
default_language_version:
24-
python: python3
24+
python: python3.12
2525
node: "22.9.0"
2626
repos:
2727
- repo: local

0 commit comments

Comments
 (0)