From 139ebdd722f7a0b600f161f24a422347822f565d Mon Sep 17 00:00:00 2001 From: phinate Date: Mon, 18 Nov 2024 07:02:38 +0000 Subject: [PATCH] chore: update pre-commit hooks --- project_template/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template/.pre-commit-config.yaml b/project_template/.pre-commit-config.yaml index df9bbc8..2079758 100644 --- a/project_template/.pre-commit-config.yaml +++ b/project_template/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.3" + rev: "v0.7.4" hooks: # first, lint + autofix - id: ruff