From 55e115e4a0d32e4dcfb5119bd39af71a75802cd1 Mon Sep 17 00:00:00 2001 From: samamorgan <356814+samamorgan@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:12:35 +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..9261ede 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.6.2 hooks: - id: ruff args: [--fix]