docs: update README
This commit is contained in:
parent
dc1120f2c7
commit
c049a2fe3c
|
|
@ -9,14 +9,14 @@ Add this repository to your .pre-commit-config.yaml file :
|
||||||
```yaml
|
```yaml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://git.frog-collective.com/frog-collective/commit-hooks.git
|
- repo: https://git.frog-collective.com/frog-collective/commit-hooks.git
|
||||||
rev: 0.1
|
rev: 0.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: fc-path-convention
|
- id: fc-path-convention
|
||||||
```
|
```
|
||||||
|
|
||||||
### Available Hooks
|
### Available Hooks
|
||||||
|
|
||||||
* fc-path-convention : Adri je te laisse mettre ici ce qu'il faut
|
* fc-path-convention : ensure [Godot file naming convention](https://docs.godotengine.org/en/stable/tutorials/best_practices/project_organization.html#style-guide) on all repository.
|
||||||
|
|
||||||
## Test hooks
|
## Test hooks
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue