From 1bd05e6037d40a6167709640ce779a4260b342b7 Mon Sep 17 00:00:00 2001 From: samamorgan <356814+samamorgan@users.noreply.github.com> Date: Sat, 2 Nov 2024 00:13:58 +0000 Subject: [PATCH] update pre-commit hooks --- .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 005bd14..18641f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml args: [--unsafe] @@ -9,7 +9,7 @@ repos: ## Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.7.2 hooks: - id: ruff args: [--fix]