From a7a91888bfd69d1cea487b5901a5084543f2686b Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 21 Mar 2024 10:23:53 -0400 Subject: [PATCH] cicd: pin precommit versions to template --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9504ce5..6c38be6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v1.4.0 hooks: - id: check-added-large-files - id: detect-private-key - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.13 + rev: v0.2.0 hooks: - id: ruff-format - id: ruff