Skip to content

Commit 86bcac0

Browse files
committed
[UPD] Copier update
1 parent 0773d8a commit 86bcac0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.copier-answers.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.12.0
2+
_commit: v1.14.1
33
_src_path: gh:oca/oca-addons-repo-template
44
ci: GitHub
55
dependency_installation_mode: PIP
66
generate_requirements_txt: true
77
github_check_license: true
8+
github_ci_extra_env: {}
89
github_enable_codecov: true
910
github_enable_makepot: true
1011
github_enable_stale_action: true

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
pre-commit:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fi
2929
done
3030
test:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
container: ${{ matrix.container }}
3333
name: ${{ matrix.name }}
3434
strategy:

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ repos:
101101
- id: pyupgrade
102102
args: ["--keep-percent-format"]
103103
- repo: https://github.com/PyCQA/isort
104-
rev: 5.10.1
104+
rev: 5.12.0
105105
hooks:
106106
- id: isort
107107
name: isort except __init__.py

0 commit comments

Comments
 (0)