diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b27d87b..871e97f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets args: [--baseline, .secrets.baseline] @@ -10,11 +10,11 @@ repos: # hooks: # - id: yamlfix - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict @@ -27,7 +27,7 @@ repos: args: [--autofix] - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.48.0 hooks: - id: markdownlint-fix args: [--fix]