Skip to content

Commit 7d06131

Browse files
authored
Remove Reference to pre-commit in Project Naming
Notice on naming from here: pre-commit/pre-commit.com#703 (comment)
1 parent 12b3e30 commit 7d06131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pre-commit-swaggo
1+
# swaggo-hooks
22

33
[pre-commit](https://pre-commit.com/) hooks for Go projects using https://github.com/swaggo/swag
44

@@ -9,7 +9,7 @@ Add this to your `.pre-commit-config.yaml` file:
99
```yaml
1010
repos:
1111
# ... other repos ...
12-
- repo: https://github.com/muya/pre-commit-swaggo
12+
- repo: https://github.com/muya/swaggo-hooks
1313
rev: "main"
1414
hooks:
1515
- id: swag-fmt
@@ -30,7 +30,7 @@ swag init --parseInternal --requiredByDefault --parseDependency --dir "./cmd/api
3030
```yaml
3131
repos:
3232
# ... other repos ...
33-
- repo: https://github.com/muya/pre-commit-swaggo
33+
- repo: https://github.com/muya/swaggo-hooks
3434
rev: "main"
3535
hooks:
3636
- id: swag-fmt

0 commit comments

Comments
 (0)