Skip to content

Commit

Permalink
Merge pull request #3 from acsone/rm-abbrev
Browse files Browse the repository at this point in the history
Remove abbreviation in script and pre-commit hook name
  • Loading branch information
sbidoul committed Aug 5, 2024
2 parents 492ed50 + 40f61dd commit 0c092f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -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$
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 0c092f1

Please sign in to comment.