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

12 lines
300 B
YAML

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