Skip to content

Commit 688ef09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.39.0...v0.42.0)
1 parent 06ff3c7 commit 688ef09

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/Yelp/detect-secrets
4-
rev: v1.4.0
4+
rev: v1.5.0
55
hooks:
66
- id: detect-secrets
77
args: [--baseline, .secrets.baseline]
@@ -10,11 +10,11 @@ repos:
1010
# hooks:
1111
# - id: yamlfix
1212
- repo: https://github.com/adrienverge/yamllint.git
13-
rev: v1.33.0
13+
rev: v1.35.1
1414
hooks:
1515
- id: yamllint
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.5.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: check-executables-have-shebangs
2020
- id: check-merge-conflict
@@ -27,7 +27,7 @@ repos:
2727
args: [--autofix]
2828
- id: trailing-whitespace
2929
- repo: https://github.com/igorshubovych/markdownlint-cli
30-
rev: v0.39.0
30+
rev: v0.42.0
3131
hooks:
3232
- id: markdownlint-fix
3333
args: [--fix]

0 commit comments

Comments
 (0)