File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
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.11.0
2
+ _commit : v1.14.2
3
3
_src_path : git+https://github.com/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 : false
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-20.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-20.04
32
32
container : ${{ matrix.container }}
33
33
name : ${{ matrix.name }}
34
34
strategy :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exclude: |
15
15
# You don't usually want a bot to modify your legal texts
16
16
(LICENSE.*|COPYING.*)
17
17
default_language_version :
18
- python : python3
18
+ python : python3.6
19
19
repos :
20
20
- repo : https://github.com/oca/maintainer-tools
21
21
rev : ab1d7f6
38
38
rev : v3.4.1
39
39
hooks :
40
40
- id : flake8
41
- language_version : python3.6
42
41
name : flake8 excluding __init__.py
43
42
exclude : __init__\.py
44
43
- repo : https://github.com/pre-commit/mirrors-pylint
Original file line number Diff line number Diff line change
1
+ diff a/.pre-commit-config.yaml b/.pre-commit-config.yaml (rejected hunks)
2
+ @@ -27,3 +27,3 @@ repos:
3
+ - repo: https://github.com/acsone/setuptools-odoo
4
+ - rev: 3.0.6
5
+ + rev: 3.1.8
6
+ hooks:
You can’t perform that action at this time.
0 commit comments