From f234e7b618303eb04ab633e5fe3381e15e740e81 Mon Sep 17 00:00:00 2001 From: bosd Date: Sat, 13 Jan 2024 16:08:44 +0100 Subject: [PATCH] stock-logistics-warehouse: copier Repo update init update init update init update --- .copier-answers.yml | 19 ++++++++++++++----- .gitignore | 1 + .pre-commit-config.yaml | 9 ++++++--- README.md | 2 +- 4 files changed, 22 insertions(+), 9 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 142a98522e67..abe7b4fca4a4 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,8 +1,8 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.17.2 +_commit: v1.20 _src_path: gh:oca/oca-addons-repo-template ci: GitHub -dependency_installation_mode: PIP +convert_readme_fragments_to_markdown: false generate_requirements_txt: true github_check_license: true github_ci_extra_env: {} @@ -16,10 +16,19 @@ odoo_version: 15.0 org_name: Odoo Community Association (OCA) org_slug: OCA rebel_module_groups: [] -repo_description: 'TODO: add repo description.' +repo_description: 'This project aim to deal with modules related to the management + of warehouses. Youll find modules that:\n - Ease inventory by adding various possibilities + - Move all product from one location to another - Manage the product catalog (merge + them,..) + + Please dont hesitate to suggest one of your module to this project. Also, you + may want to have a look on those other projects here: + + - https://github.com/OCA/stock-logistics-tracking - https://github.com/OCA/stock-logistics-barcode + - https://github.com/OCA/stock-logistics-workflow' repo_name: stock-logistics-warehouse repo_slug: stock-logistics-warehouse repo_website: https://github.com/OCA/stock-logistics-warehouse -travis_apt_packages: [] -travis_apt_sources: [] +use_pyproject_toml: false +use_ruff: false diff --git a/.gitignore b/.gitignore index 9c283fd41f6c..0090721f5d24 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ *.py[cod] /.venv /.pytest_cache +/.ruff_cache # C extensions *.so diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81ecb0331547..3a81e2f92c99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,8 @@ exclude: | ^docs/_templates/.*\.html$| # Don't bother non-technical authors with formatting issues in docs readme/.*\.(rst|md)$| + # Ignore build and dist directories in addons + /build/|/dist/| # You don't usually want a bot to modify your legal texts (LICENSE.*|COPYING.*) default_language_version: @@ -35,7 +37,7 @@ repos: language: fail files: '[a-zA-Z0-9_]*/i18n/en\.po$' - repo: https://github.com/oca/maintainer-tools - rev: 969238e47c07d0c40573acff81d170f63245d738 + rev: 9a170331575a265c092ee6b24b845ec508e8ef75 hooks: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons @@ -48,13 +50,14 @@ repos: - --org-name=OCA - --repo-name=stock-logistics-warehouse - --if-source-changed + - --keep-source-digest - repo: https://github.com/OCA/odoo-pre-commit-hooks rev: v0.0.25 hooks: - id: oca-checks-odoo-module - id: oca-checks-po - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v1.5.3 hooks: - id: autoflake args: @@ -133,7 +136,7 @@ repos: - --header - "# generated from manifests external_dependencies" - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 5.0.0 hooks: - id: flake8 name: flake8 diff --git a/README.md b/README.md index 8d2db4c45872..bed710409280 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # stock-logistics-warehouse -TODO: add repo description. +This project aim to deal with modules related to the management of warehouses. You'll find modules that: