File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Do NOT update manually; changes here will be overwritten by Copier
2
- _commit : v1.12.0
2
+ _commit : v1.14.1
3
3
_src_path : gh:oca/oca-addons-repo-template
4
4
ci : GitHub
5
5
dependency_installation_mode : PIP
6
6
generate_requirements_txt : true
7
7
github_check_license : true
8
+ github_ci_extra_env : {}
8
9
github_enable_codecov : true
9
10
github_enable_makepot : true
10
11
github_enable_stale_action : true
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
pre-commit :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 28
28
fi
29
29
done
30
30
test :
31
- runs-on : ubuntu-latest
31
+ runs-on : ubuntu-22.04
32
32
container : ${{ matrix.container }}
33
33
name : ${{ matrix.name }}
34
34
strategy :
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ repos:
101
101
- id : pyupgrade
102
102
args : ["--keep-percent-format"]
103
103
- repo : https://github.com/PyCQA/isort
104
- rev : 5.10.1
104
+ rev : 5.12.0
105
105
hooks :
106
106
- id : isort
107
107
name : isort except __init__.py
You can’t perform that action at this time.
0 commit comments