From e89304f6176ece228d95cd22ac737503d864636a Mon Sep 17 00:00:00 2001 From: Adi Roiban Date: Sun, 28 Apr 2024 19:02:55 +0100 Subject: [PATCH] Use latest 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 5ad8f5c1..69e02969 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: trunk hooks: - id: trailing-whitespace - id: end-of-file-fixer