From 4d78f225d3d09835147bfee541aee32e1e2d96a4 Mon Sep 17 00:00:00 2001 From: unode <122319+unode@users.noreply.github.com> Date: Fri, 19 Jul 2024 01:20:57 +0000 Subject: [PATCH] CI: update pre-commit hooks --- .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 1f5e075b..c8acce14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: exclude: (.*/)*snapshots/ # Ruff is a "fastar than flake8" linter/formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.3 hooks: # Run the linter. - id: ruff