Skip to content

Commit ef5f141

Browse files
DevOpsDevOps
authored andcommitted
feat: python version upgradation
1 parent 2363b65 commit ef5f141

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

global/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ declare -a mandatory_tools=(
165165

166166
"gitleaks:8.21.0"
167167
"yamlfmt:0.14.0"
168-
"pre-commit:3.3.3"
168+
"pre-commit:4.5.0"
169169
"tflint:0.39.2"
170170
"tfsec:1.28.1"
171171
"terraform-docs:0.16.0"

global/pre-commit.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ EOF
198198
create_config_if_missing ".stylelintrc.json" '{
199199
"extends": "stylelint-config-standard",
200200
"rules": {
201-
"no-duplicate-selectors": true,
202201
"color-hex-length": "short",
203-
"selector-no-qualifying-type": true,
204-
"selector-max-id": 0
202+
"no-duplicate-selectors": true,
203+
"selector-max-id": 0,
204+
"selector-no-qualifyin`g-type": true
205205
}
206206
}'
207207

golang/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fi
159159
declare -a mandatory_tools=(
160160
"gitleaks:8.21.0"
161161
# "yamlfmt:latest"
162-
"pre-commit:3.3.3"
162+
"pre-commit:4.5.0"
163163
# "golangci-lint:1.63.4"
164164
)
165165

python/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fi
156156
# List of mandatory tools and their versions
157157
declare -a mandatory_tools=(
158158
"gitleaks:8.21.0"
159-
"pre-commit:3.3.3"
159+
"pre-commit:4.5.0"
160160
)
161161

162162
# List of optional tools

terraform/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fi
159159
# List of mandatory tools and their versions
160160
declare -a mandatory_tools=(
161161
"gitleaks:8.21.0"
162-
"pre-commit:3.3.3"
162+
"pre-commit:4.5.0"
163163
"tflint:0.59.1"
164164
"tfsec:1.28.1"
165165
"terraform-docs:0.16.0"

typescript/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fi
155155
# List of mandatory tools and their versions
156156
declare -a mandatory_tools=(
157157
"gitleaks:8.21.0"
158-
"pre-commit:3.3.3"
158+
"pre-commit:4.5.0"
159159
)
160160

161161
# List of optional tools

typescript/pre-commit.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ EOF
139139
create_config_if_missing ".stylelintrc.json" '{
140140
"extends": "stylelint-config-standard",
141141
"rules": {
142-
"no-duplicate-selectors": true,
143142
"color-hex-length": "short",
144-
"selector-no-qualifying-type": true,
145-
"selector-max-id": 0
143+
"no-duplicate-selectors": true,
144+
"selector-max-id": 0,
145+
"selector-no-qualifyin`g-type": true
146146
}
147147
}'
148148
}

0 commit comments

Comments
 (0)