diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index f49930f..902789b 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [] [project.optional-dependencies] lint = [ - "clang-format==21.*", + "clang-format==22.*", "flake8==7.3.0", ]