File tree 5 files changed +16
-12
lines changed
5 files changed +16
-12
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.1
3
3
_src_path : gh:oca/oca-addons-repo-template
4
4
ci : Travis
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 : 14.0
9
14
org_name : Odoo Community Association (OCA)
@@ -15,3 +20,4 @@ repo_slug: account-closing
15
20
repo_website : https://github.com/OCA/account-closing
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 @@ -104,7 +104,7 @@ repos:
104
104
- --settings=.
105
105
exclude : /__init__\.py$
106
106
- repo : https://github.com/acsone/setuptools-odoo
107
- rev : 2.6.0
107
+ rev : 3.1.8
108
108
hooks :
109
109
- id : setuptools-odoo-make-default
110
110
- id : setuptools-odoo-get-requirements
@@ -113,25 +113,21 @@ repos:
113
113
- requirements.txt
114
114
- --header
115
115
- " # generated from manifests external_dependencies"
116
- - repo : https://gitlab .com/PyCQA/flake8
116
+ - repo : https://github .com/PyCQA/flake8
117
117
rev : 3.8.3
118
118
hooks :
119
119
- id : flake8
120
120
name : flake8
121
121
additional_dependencies : ["flake8-bugbear==20.1.4"]
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