From b439b2f0364d28a907a2def779010295b95e9f6c Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 1 Sep 2022 13:01:12 -0400 Subject: [PATCH] Encode rev in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e731d0581..1b848f9a6f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys ```yaml repos: - repo: https://github.com/charliermarsh/ruff - rev: # See latest release + rev: v0.0.23 hooks: - id: lint ```