Skip to content

Commit ed5c718

Browse files
DevOpsDevOps
authored andcommitted
feat: sync-precommit
1 parent 1f649f5 commit ed5c718

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

python/pre-commit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ setup_pre_commit_config() {
6060

6161
cat > "$config" <<'EOF'
6262
repos:
63+
############ ✅ Precommit hooks #############
6364
- repo: https://github.com/pre-commit/pre-commit-hooks
6465
rev: v6.0.0
6566
hooks:

terraform/pre-commit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ setup_pre_commit_config() {
4444
if [ ! -f "$pre_commit_config" ]; then
4545
cat > "$pre_commit_config" <<EOF
4646
repos:
47+
############ ✅ Terraform Docs #############
4748
- repo: https://github.com/terraform-docs/terraform-docs
4849
rev: "v0.16.0"
4950
hooks:

0 commit comments

Comments
 (0)