From 61e859f1da6964520ac03e53d11732561efe9b93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:01:36 -0700 Subject: [PATCH] CI: update pre-commit hooks (#447) Co-authored-by: unode --- .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 87fe6514..39fabea4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: fix-byte-order-marker @@ -22,7 +22,7 @@ repos: - "--filter-files" - repo: https://github.com/psf/black # Code style formatting - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black exclude: (.*/)*snapshots/