File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# Do NOT update manually; changes here will be overwritten by Copier
2- _commit : v1.7 .0
2+ _commit : v1.11 .0
33_src_path : gh:oca/oca-addons-repo-template
44ci : GitHub
55dependency_installation_mode : PIP
66generate_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
712include_wkhtmltopdf : false
813odoo_version : 14.0
914org_name : Odoo Community Association (OCA)
Original file line number Diff line number Diff line change 1515develop-eggs /
1616dist /
1717eggs /
18- lib /
1918lib64 /
2019parts /
2120sdist /
Original file line number Diff line number Diff line change @@ -119,19 +119,15 @@ repos:
119119 - id : flake8
120120 name : flake8
121121 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
124124 hooks :
125- - id : pylint
125+ - id : pylint_odoo
126126 name : pylint with optional checks
127127 args :
128128 - --rcfile=.pylintrc
129129 - --exit-zero
130130 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
135132 args :
136133 - --rcfile=.pylintrc-mandatory
137- additional_dependencies : *pylint_deps
You can’t perform that action at this time.
0 commit comments