Skip to content

Commit

Permalink
[FIX] Update from copier template
Browse files Browse the repository at this point in the history
  • Loading branch information
sebalix committed Nov 4, 2022
1 parent 030c3c3 commit 9cf5fa5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
10 changes: 8 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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: []

12 changes: 4 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


[MASTER]
load-plugins=pylint_odoo
score=n
Expand Down
1 change: 1 addition & 0 deletions .pylintrc-mandatory
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[MASTER]
load-plugins=pylint_odoo
score=n
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- /!\ do not modify above this line -->

# wms
# Warehouse Management System (WMS)

WMS modules for Odoo

Expand Down

0 comments on commit 9cf5fa5

Please sign in to comment.