Skip to content

Commit b7a8101

Browse files
authored
Upgrade clang tools to 17 (#260)
1 parent d793438 commit b7a8101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wpiformat/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ readme = "README.rst"
66
dependencies = [
77
"regex==2022.9.13",
88
"black==23.3.0",
9-
"clang-format==16.0.4",
10-
"clang-tidy==15.0.2.1"
9+
"clang-format==17.0.2",
10+
"clang-tidy==17.0.1"
1111
]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)