diff --git a/.copier-answers.yml b/.copier-answers.yml index ee7665e2c0..c2989e0cfe 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,17 +1,23 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.5.2 +_commit: v1.11.0 _src_path: https://github.com/OCA/oca-addons-repo-template.git ci: GitHub dependency_installation_mode: PIP generate_requirements_txt: true +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: false odoo_version: 14.0 org_name: Odoo Community Association (OCA) org_slug: OCA rebel_module_groups: [] repo_description: WMS modules for Odoo -repo_name: wms +repo_name: Warehouse Management System (WMS) repo_slug: wms repo_website: https://github.com/OCA/wms travis_apt_packages: [] travis_apt_sources: [] + diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e456cbf1e6..5a58195a86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -123,19 +123,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 diff --git a/.pylintrc b/.pylintrc index e33958833e..d1f72970bc 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,3 +1,5 @@ + + [MASTER] load-plugins=pylint_odoo score=n diff --git a/.pylintrc-mandatory b/.pylintrc-mandatory index 08bca3cefe..3bf8ceefbc 100644 --- a/.pylintrc-mandatory +++ b/.pylintrc-mandatory @@ -1,3 +1,4 @@ + [MASTER] load-plugins=pylint_odoo score=n diff --git a/README.md b/README.md index 18bf739509..7eed3b9a3d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -# wms +# Warehouse Management System (WMS) WMS modules for Odoo