Skip to content

Commit a3bfd65

Browse files
build(deps-dev): update clang-format requirement from ==20.* to ==22.*
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@v20.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 9cffd08 commit a3bfd65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ flatpak = [
3030
]
3131

3232
lint = [
33-
"clang-format==20.*",
33+
"clang-format==22.*",
3434
"flake8==7.3.0",
3535
]
3636

0 commit comments

Comments
 (0)