Skip to content

Commit 5180f39

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 8414d27 commit 5180f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)