Skip to content

Commit

Permalink
Rename script and pre-commit hook entry
Browse files Browse the repository at this point in the history
The abbreviation is not worth it. Better match the project name.
  • Loading branch information
sbidoul committed Aug 5, 2024
1 parent b8b561e commit ff9ea73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- 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$
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff9ea73

Please sign in to comment.