Skip to content

Commit

Permalink
Add a hook for oca-gen-metapackage to use from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremi committed Feb 15, 2024
1 parent 451de41 commit 4932764
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
language: python
pass_filenames: false

- id: oca-gen-metapackage
name: Generate setup/_metapackage with dependencies on all installable addons in repo
always_run: true
entry: oca-gen-metapackage
language: python
pass_filenames: false

- id: oca-update-pre-commit-excluded-addons
name: Update pre-commit excluded addons
entry: oca-update-pre-commit-excluded-addons
Expand Down

0 comments on commit 4932764

Please sign in to comment.