diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 888dfbd0aec..892e3ce7cc6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ # See https://pre-commit.com for more information repos: - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.5.5 hooks: - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.6.0 hooks: - id: trailing-whitespace # trims trailing whitespace. - id: end-of-file-fixer # ensures that a file is either empty, or ends with one newline. @@ -28,13 +28,13 @@ repos: - id: detect-private-key # detects the presence of private keys. - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: text-unicode-replacement-char - id: rst-backticks - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v3.1.0 hooks: - id: prettier exclude: (templates\/.*|crds\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json)