Skip to content

Commit 156ced2

Browse files
authored
Merge pull request #141 from Yelp/nc/bump-hooks
Update pre-commit hook versions
2 parents 09d9a4f + 1a4a800 commit 156ced2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.4.0
3+
rev: v3.3.0
44
hooks:
55
- id: check-merge-conflict
66
- id: trailing-whitespace
@@ -22,7 +22,7 @@ repos:
2222
args: [--autofix, --indent, '2']
2323
exclude: ^config/detekt/detekt\.yml$
2424
- repo: https://github.com/Yelp/detect-secrets
25-
rev: v0.13.0
25+
rev: v0.14.3
2626
hooks:
2727
- id: detect-secrets
2828
args: [--baseline, .secrets.baseline]

.secrets.baseline

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2+
"custom_plugin_paths": [],
23
"exclude": {
34
"files": null,
45
"lines": null
56
},
6-
"generated_at": "2020-01-26T21:34:12Z",
7+
"generated_at": "2020-10-23T18:25:01Z",
78
"plugins_used": [
89
{
910
"name": "AWSKeyDetector"
@@ -37,7 +38,7 @@
3738
}
3839
]
3940
},
40-
"version": "0.13.0",
41+
"version": "0.14.3",
4142
"word_list": {
4243
"file": null,
4344
"hash": null

0 commit comments

Comments
 (0)