From 3d67ab07707d096184fdb0efe4d836cc0e4fb4a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:20:52 +0000 Subject: [PATCH] chore(deps): update dependency clang-format to v22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34eb652..c192b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [] [project.optional-dependencies] lint = [ - "clang-format==20.*", + "clang-format==22.*", "flake8==7.3.0", ]