From 2e9e89de41602798b1480a6cbe104e474f653d59 Mon Sep 17 00:00:00 2001 From: Gerard Segarra Date: Mon, 25 Nov 2024 06:11:43 -0300 Subject: [PATCH] Fix precommit --- .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 1e3367f..c2b88e5 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: trailing-whitespace - id: check-docstring-first