- 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)(
^.pre-commit-config.yaml
)
stages: [pre-commit, pre-merge-commit, manual]