From ce7dbb36e0f3c46f7a5b3b153350127c254bf602 Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Sat, 6 Jul 2024 14:41:23 -0500 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07f1af5..0c9ba4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ exclude: | )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.14 + rev: v0.5.1 hooks: # Run the linter. - id: ruff