From 794e14ee7f5f4d1a3444e4b2decb8403dd1a70d6 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Mon, 10 Jun 2024 22:03:42 +0200 Subject: [PATCH] Upgrade pre-commit --- .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 c3ddcdb..fbd34c1 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.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer