diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 7fde7ff..165555f 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,6 @@ - id: odoo-sort-manifest-depends name: Sorting depends of odoo addons manifests - description: Sorting alphabetically depends of odoo addons manifests - entry: odoo-sort-manifest-deps + entry: odoo-sort-manifest-depends language: python pass_filenames: False files: .*/__manifest__.py$ diff --git a/README.md b/README.md index d1f2980..5b886b5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Help ``` -Usage: odoo-sort-manifest-deps [OPTIONS] +Usage: odoo-sort-manifest-depends [OPTIONS] Sort modules dependencies section in odoo addons manifests diff --git a/pyproject.toml b/pyproject.toml index 1c8db0b..db86885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Issues = "https://github.com/acsone/odoo-sort-manifest-depends/issues" Source = "https://github.com/acsone/odoo-sort-manifest-depends" [project.scripts] -odoo-sort-manifest-deps = "odoo_sort_manifest_depends.sort_manifest_deps:sort_manifest_deps" +odoo-sort-manifest-depends = "odoo_sort_manifest_depends.sort_manifest_deps:sort_manifest_deps" ################################################################################### # ruff