Skip to content

Commit c5fbc68

Browse files
DevOpsDevOps
authored andcommitted
feat: sync
1 parent c765c61 commit c5fbc68

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

global/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ EOF
166166
log "INFO" "$file already exists — skipping creation"
167167
fi
168168

169-
# Create .prettierrc if missing
169+
170170
create_config_if_missing ".prettierrc" '{
171171
"singleQuote": true,
172172
"trailingComma": "es5",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ repos:
1616
hooks:
1717
- id: go-fmt
1818
args: [-w]
19-
- id: go-mod-tidy # Ensure go.mod & go.sum are tidy
20-
19+
- id: go-mod-tidy
2120
- repo: https://github.com/psf/black
2221
rev: 23.9.1
2322
hooks:

0 commit comments

Comments
 (0)