File tree 5 files changed +14
-10
lines changed
5 files changed +14
-10
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.5.2
2
+ _commit : v1.11.0
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
+ github_check_license : true
8
+ github_enable_codecov : true
9
+ github_enable_makepot : true
10
+ github_enable_stale_action : true
11
+ github_enforce_dev_status_compatibility : true
7
12
include_wkhtmltopdf : false
8
13
odoo_version : 15.0
9
14
org_name : Odoo Community Association (OCA)
@@ -15,3 +20,4 @@ repo_slug: delivery-carrier
15
20
repo_website : https://github.com/OCA/delivery-carrier
16
21
travis_apt_packages : []
17
22
travis_apt_sources : []
23
+
Original file line number Diff line number Diff line change 15
15
develop-eggs /
16
16
dist /
17
17
eggs /
18
- lib /
19
18
lib64 /
20
19
parts /
21
20
sdist /
Original file line number Diff line number Diff line change @@ -119,19 +119,15 @@ repos:
119
119
- id : flake8
120
120
name : flake8
121
121
additional_dependencies : ["flake8-bugbear==21.9.2"]
122
- - repo : https://github.com/PyCQA /pylint
123
- rev : v2.11.1
122
+ - repo : https://github.com/OCA /pylint-odoo
123
+ rev : 7.0.2
124
124
hooks :
125
- - id : pylint
125
+ - id : pylint_odoo
126
126
name : pylint with optional checks
127
127
args :
128
128
- --rcfile=.pylintrc
129
129
- --exit-zero
130
130
verbose : true
131
- additional_dependencies : &pylint_deps
132
- - pylint-odoo==5.0.5
133
- - id : pylint
134
- name : pylint with mandatory checks
131
+ - id : pylint_odoo
135
132
args :
136
133
- --rcfile=.pylintrc-mandatory
137
- additional_dependencies : *pylint_deps
Original file line number Diff line number Diff line change
1
+
2
+
1
3
[MASTER]
2
4
load-plugins =pylint_odoo
3
5
score =n
Original file line number Diff line number Diff line change
1
+
1
2
[MASTER]
2
3
load-plugins=pylint_odoo
3
4
score=n
You can’t perform that action at this time.
0 commit comments