commit-hooks/.pre-commit-hooks.yaml

13 lines
303 B
YAML

- id: fc-path-convention
name: fc-path-convention
description: Check paths follows Frog Collective's naming convention
entry: fc-hooks
language: python
types: [text]
exclude: |
(?x)(
^.vscode/.* |
^project/addons/.*
)
stages: [pre-commit, pre-merge-commit, manual]