Skip to content

Commit bc8dbb1

Browse files
DevOpsDevOps
authored andcommitted
Merge branch 'main' of github-p.com:BerryBytes/precommit-util into feat/sync-precommit
2 parents d04f2c8 + 186116d commit bc8dbb1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

global/precommitFile/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
2-
# ✅ Precommit hooks
2+
############ ✅ Precommit hooks #############
33
- repo: https://github.com/pre-commit/pre-commit-hooks
44
rev: v4.4.0
55
hooks:
@@ -12,7 +12,7 @@ repos:
1212
- id: destroyed-symlinks
1313
- id: pretty-format-json
1414

15-
# ✅ golang fmt and go tidey
15+
########## ✅ golang fmt and go tidey #########
1616
- repo: https://github.com/TekWizely/pre-commit-golang
1717
rev: v1.0.0-rc.1
1818
hooks:

golang/precommitFile/.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
repos:
2+
############ ✅ Precommit hooks #############
23
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v4.4.0
45
hooks:

typescript/precommitFile/.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
repos:
2+
############ ✅ Precommit hooks #############
23
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v4.4.0
45
hooks:

0 commit comments

Comments
 (0)