From 0d295652062def1f22e0daa79d9db13b1120ee3b Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Mon, 8 Jul 2024 00:05:46 +0100 Subject: [PATCH] Update Ruff pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d21e27..dd03f62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: args: ["--config", "./pyproject.toml"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.0' + rev: 'v0.5.1' hooks: - id: ruff