Skip to content

Commit d04f2c8

Browse files
DevOpsDevOps
authored andcommitted
feat: sync-precommit
1 parent cde3c0b commit d04f2c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/pre-commit.sh

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

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

terraform/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ setup_pre_commit_config() {
4646
repos:
4747
############ ✅ Terraform Docs #############
4848
- repo: https://github.com/terraform-docs/terraform-docs
49-
rev: "v0.16.0"
49+
rev: "v0.16.0"
5050
hooks:
5151
- id: terraform-docs-go
5252
args: ["markdown", "table", "--output-file", "README.md", "./"]

0 commit comments

Comments
 (0)