From ec8193bd5859db2ddb0fb0b16c90143cd763a5b5 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 03:22:37 +0000 Subject: [PATCH] Bump README.md version to 0.0.272 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fa61f9..b6abf5b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to your `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.271 + rev: v0.0.272 hooks: - id: ruff ``` @@ -22,7 +22,7 @@ Or, to enable autofix: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.271 + rev: v0.0.272 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]