From 48e9176bf5d0109e6069d6599af0a60b39000127 Mon Sep 17 00:00:00 2001 From: phinate Date: Mon, 11 Nov 2024 07:02:24 +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 bd6fe9f..df9bbc8 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.2" + rev: "v0.7.3" hooks: # first, lint + autofix - id: ruff