|
- 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]
|