File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.14.2
33_src_path : https://github.com/OCA/oca-addons-repo-template.git
44ci : GitHub
55dependency_installation_mode : PIP
66generate_requirements_txt : true
7+ github_check_license : true
8+ github_ci_extra_env : {}
9+ github_enable_codecov : true
10+ github_enable_makepot : true
11+ github_enable_stale_action : true
12+ github_enforce_dev_status_compatibility : true
713include_wkhtmltopdf : false
814odoo_version : 12.0
915org_name : Odoo Community Association (OCA)
@@ -16,3 +22,4 @@ repo_slug: rest-framework
1622repo_website : https://github.com/OCA/rest-framework
1723travis_apt_packages : []
1824travis_apt_sources : []
25+
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 pre-commit :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-20.04
1515 steps :
1616 - uses : actions/checkout@v2
1717 - uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 2828 fi
2929 done
3030 test :
31- runs-on : ubuntu-latest
31+ runs-on : ubuntu-20.04
3232 container : ${{ matrix.container }}
3333 name : ${{ matrix.name }}
3434 strategy :
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 @@ -15,7 +15,7 @@ exclude: |
1515 # You don't usually want a bot to modify your legal texts
1616 (LICENSE.*|COPYING.*)
1717default_language_version :
18- python : python3
18+ python : python3.6
1919repos :
2020 - repo : https://github.com/oca/maintainer-tools
2121 rev : ab1d7f6
2525 - id : oca-fix-manifest-website
2626 args : ["https://github.com/OCA/rest-framework"]
2727 - repo : https://github.com/acsone/setuptools-odoo
28- rev : 3.0.6
28+ rev : 3.1.8
2929 hooks :
3030 - id : setuptools-odoo-make-default
3131 - id : setuptools-odoo-get-requirements
3838 rev : v3.4.1
3939 hooks :
4040 - id : flake8
41- language_version : python3.6
4241 name : flake8 excluding __init__.py
4342 exclude : __init__\.py
4443 - repo : https://github.com/pre-commit/mirrors-pylint
You can’t perform that action at this time.
0 commit comments