diff --git a/sections/cli.md b/sections/cli.md index a644a0ae..fd52d1e2 100644 --- a/sections/cli.md +++ b/sections/cli.md @@ -29,7 +29,7 @@ Here are some sample invocations using this `.pre-commit-config.yaml`: ```yaml repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.1.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade diff --git a/sections/install.md b/sections/install.md index 3d6d4d85..8782979b 100644 --- a/sections/install.md +++ b/sections/install.md @@ -46,7 +46,7 @@ pre-commit --version ```yaml repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer