Skip to content

Commit 348f05d

Browse files
DevOpsDevOps
authored andcommitted
feat: sync-precommit
1 parent bc8dbb1 commit 348f05d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ setup_pre_commit_config() {
6161
cat > "$config" <<'EOF'
6262
repos:
6363
############ ✅ Precommit hooks #############
64-
- repo: https://github.com/pre-commit/pre-commit-hooks
64+
- repo: https://github.com/pre-commit/pre-commit-hooks
6565
rev: v6.0.0
6666
hooks:
6767
- id: check-yaml

terraform/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: terraform-docs-go
5252
args: ["markdown", "table", "--output-file", "README.md", "./"]
53-
- repo: https://github.com/antonbabenko/pre-commit-terraform
53+
- repo: https://github.com/antonbabenko/pre-commit-terraform
5454
rev: "v1.74.1"
5555
hooks:
5656
- id: terraform_fmt

0 commit comments

Comments
 (0)