From 7b30ad872501f81130143b3b102697a18da3ebce Mon Sep 17 00:00:00 2001 From: ajx17 Date: Sat, 18 Nov 2023 14:25:05 -0500 Subject: [PATCH] changes pre-commit-hooks version in config --- .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 ace45fffd2..b30d7e71b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: language: python types: [jupyter] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace