From 5accf968112983d06ff5df0d46f8ca65dff3774c Mon Sep 17 00:00:00 2001 From: Zanie Date: Tue, 12 Sep 2023 15:54:47 -0500 Subject: [PATCH] Require `main` revision until next release of pre-commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e262382..bf9bbf0 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ reformatting. ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit + rev: main hooks: - id: ruff-format ``` @@ -64,6 +65,7 @@ To check formatting without changing files, use `--check`: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit + rev: main hooks: - id: ruff-format args: [--check]