From 9b91f3bb4fd2bc731126ec6e363310f7a3ea8c02 Mon Sep 17 00:00:00 2001 From: antonwolfy <100830759+antonwolfy@users.noreply.github.com> Date: Sat, 23 May 2026 03:40:46 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 fcd19c8da8..b4be32e55c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: - tomli exclude: "docs/doxyrest-config.lua.in" - repo: https://github.com/psf/black - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black exclude: "versioneer.py|dpctl/_version.py"