Skip to content

Commit 729455b

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -49,7 +49,7 @@ repos:
4949
rev: "v0.16.0"
5050
hooks:
5151
- id: terraform-docs-go
52-
args: ["markdown", "table", "--output-file", "README.md", "./"]
52+
args: ["markdown", "table", "--output-file", "README.md", "./"]
5353
- repo: https://github.com/antonbabenko/pre-commit-terraform
5454
rev: "v1.74.1"
5555
hooks:

typescript/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ create_config_if_missing() {
6464
#######################################
6565
# Setup pre-commit configuration
6666
#######################################
67-
setup_pre_commit_config() {
67+
setup_pre_commit_config() {
6868
local file=".pre-commit-config.yaml"
6969
log "STEP" "Setting up pre-commit configuration"
7070

0 commit comments

Comments
 (0)