From 0b90c17c1a9e4cb48532e2711df457064fc657e3 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:06:07 +0000 Subject: [PATCH] Bump README.md version to 0.0.289 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 984d427..7d3f963 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To run the hook on Jupyter Notebooks too: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.290 + rev: v0.0.289 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -57,7 +57,7 @@ reformatting. ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.290 + rev: v0.0.289 hooks: - id: ruff-format ``` @@ -67,7 +67,7 @@ To check formatting without changing files, use `--check`: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.290 + rev: v0.0.289 hooks: - id: ruff-format args: [--check]