From 036504b1e2cb502a04228db47dc19df57b4622f2 Mon Sep 17 00:00:00 2001 From: Jake Callahan Date: Fri, 22 Dec 2023 04:27:19 -0500 Subject: [PATCH] Updates to .pre-commit-config.yaml (#1048) This commit brings the 6.15.z branch in-line with master, resolving conflicts with cherry-picks. --- .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 4d42ab82..c599a0e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ ci: repos: - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]