From ebbfa869a51ac5c4057b53b4881c0551a48cedd5 Mon Sep 17 00:00:00 2001 From: samamorgan <356814+samamorgan@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:11:43 +0000 Subject: [PATCH] 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 005bd14..904bf36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: ## Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.5.1 hooks: - id: ruff args: [--fix]