Commit 3eed521
committed
fix(pre-commit): use correct stages syntax for manual hooks
`manual: true` is not valid pre-commit syntax and gets silently
ignored, causing oca-gen-addon-readme and oca-gen-external-dependencies
to run in CI. The README hook then fails due to platform-dependent
docutils table rendering differences between Ubuntu (CI) and macOS.
Replace with `stages: [manual]` which is the correct pre-commit way
to exclude hooks from normal runs.1 parent d52e81f commit 3eed521
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments