Ronald Portier (Therp BV)
2 years ago
No known key found for this signature in database
GPG Key ID: A181F8124D7101D3
4 changed files with
14 additions and
13 deletions
-
.copier-answers.yml
-
.gitignore
-
.pre-commit-config.yaml
-
README.md
|
|
@ -1,17 +1,23 @@ |
|
|
|
# Do NOT update manually; changes here will be overwritten by Copier |
|
|
|
_commit: v1.7.0 |
|
|
|
_commit: v1.11.0 |
|
|
|
_src_path: gh:oca/oca-addons-repo-template |
|
|
|
ci: GitHub |
|
|
|
dependency_installation_mode: PIP |
|
|
|
generate_requirements_txt: true |
|
|
|
include_wkhtmltopdf: false |
|
|
|
github_check_license: true |
|
|
|
github_enable_codecov: true |
|
|
|
github_enable_makepot: true |
|
|
|
github_enable_stale_action: true |
|
|
|
github_enforce_dev_status_compatibility: true |
|
|
|
include_wkhtmltopdf: true |
|
|
|
odoo_version: 14.0 |
|
|
|
org_name: Odoo Community Association (OCA) |
|
|
|
org_slug: OCA |
|
|
|
rebel_module_groups: [] |
|
|
|
repo_description: 'TODO: add repo description.' |
|
|
|
repo_description: This repository is for all functionality around partners. |
|
|
|
repo_name: partner-contact |
|
|
|
repo_slug: partner-contact |
|
|
|
repo_website: https://github.com/OCA/partner-contact |
|
|
|
travis_apt_packages: [] |
|
|
|
travis_apt_sources: [] |
|
|
|
|
|
|
@ -15,7 +15,6 @@ build/ |
|
|
|
develop-eggs/ |
|
|
|
dist/ |
|
|
|
eggs/ |
|
|
|
lib/ |
|
|
|
lib64/ |
|
|
|
parts/ |
|
|
|
sdist/ |
|
|
|
|
|
@ -119,19 +119,15 @@ repos: |
|
|
|
- id: flake8 |
|
|
|
name: flake8 |
|
|
|
additional_dependencies: ["flake8-bugbear==20.1.4"] |
|
|
|
- repo: https://github.com/PyCQA/pylint |
|
|
|
rev: v2.11.1 |
|
|
|
- repo: https://github.com/OCA/pylint-odoo |
|
|
|
rev: 7.0.2 |
|
|
|
hooks: |
|
|
|
- id: pylint |
|
|
|
- id: pylint_odoo |
|
|
|
name: pylint with optional checks |
|
|
|
args: |
|
|
|
- --rcfile=.pylintrc |
|
|
|
- --exit-zero |
|
|
|
verbose: true |
|
|
|
additional_dependencies: &pylint_deps |
|
|
|
- pylint-odoo==5.0.5 |
|
|
|
- id: pylint |
|
|
|
name: pylint with mandatory checks |
|
|
|
- id: pylint_odoo |
|
|
|
args: |
|
|
|
- --rcfile=.pylintrc-mandatory |
|
|
|
additional_dependencies: *pylint_deps |
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
|
|
|
# partner-contact |
|
|
|
|
|
|
|
TODO: add repo description. |
|
|
|
This repository is for all functionality around partners. |
|
|
|
|
|
|
|
<!-- /!\ do not modify below this line --> |
|
|
|
|
|
|
|