From 25507cf2f950a54ab0b465cf87462e3b2e62d3c5 Mon Sep 17 00:00:00 2001 From: Zanie Date: Tue, 12 Sep 2023 15:50:37 -0500 Subject: [PATCH] Drop the revision from the formatter examples --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 78d063f..e262382 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ reformatting. ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.289 hooks: - id: ruff-format ``` @@ -65,8 +64,6 @@ To check formatting without changing files, use `--check`: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit - # Ruff version. - rev: v0.0.289 hooks: - id: ruff-format args: [--check]