Skip to content

Commit 0f4dd30

Browse files
committed
chore: add oca-gen-addons-table hook and regenerate README
- Add oca-gen-addons-table to pre-commit config - Remove README.md from global exclude pattern - Regenerate module table with versions, maintainers, and summaries
1 parent 4da8e30 commit 0f4dd30

2 files changed

Lines changed: 76 additions & 71 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ exclude: |
77
^setup/|/static/description/index\.html$|
88
# We don't want to mess with tool-generated files
99
.svg$|/tests/([^/]+/)?cassettes/|^.copier-answers.yml$|^.github/|^eslint.config.cjs|^prettier.config.cjs|
10-
# Maybe reactivate this when all README files include prettier ignore tags?
11-
^README\.md$|
1210
# Library files can have extraneous formatting (even minimized)
1311
/static/(src/)?lib/|
1412
# Repos using Sphinx to generate docs don't need prettying
@@ -64,6 +62,7 @@ repos:
6462
manual: true
6563
- id: oca-gen-external-dependencies
6664
manual: true
65+
- id: oca-gen-addons-table
6766
- repo: https://github.com/OCA/odoo-pre-commit-hooks
6867
rev: v0.1.7
6968
hooks:

0 commit comments

Comments
 (0)