Skip to content

Commit ebb9887

Browse files
committed
fix: add missing dependency for clang-format in pyproject.toml
1 parent eb744aa commit ebb9887

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
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"pip>=20.3", # Required to install clang-format and clang-tidy
3535
"tomli>=1.1.0; python_version < '3.11'",
36-
"clang-format==22.1.0",
36+
"clang-format==22.1.0",
3737
"clang-tidy==22.1.0",
3838
]
3939
dynamic = ["version"]

0 commit comments

Comments
 (0)