Skip to content

Commit cd326ef

Browse files
build(deps-dev): update clang-format requirement in /scripts
Updates the requirements on [clang-format](https://github.com/ssciwr/clang-format-wheel) to permit the latest version. - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](ssciwr/clang-format-wheel@v21.1.0...v22.1.2) --- updated-dependencies: - dependency-name: clang-format dependency-version: 22.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd08b53 commit cd326ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = []
1616

1717
[project.optional-dependencies]
1818
lint = [
19-
"clang-format==21.*",
19+
"clang-format==22.*",
2020
"flake8==7.3.0",
2121
]
2222

0 commit comments

Comments
 (0)