From f09571ab8ca28eb6e4635f80d5441ce79d469ca4 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 14 Apr 2023 07:26:58 -0700 Subject: [PATCH] Update pre-commits --- .pre-commit-config.yaml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb7a2ff5..aee6a7b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,7 +17,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black diff --git a/requirements.txt b/requirements.txt index 41460603..5c670657 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pre-commit>=2.21 +pre-commit>=3.2