Skip to content

Commit

Permalink
Upgrade clang tools to 17 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Oct 9, 2023
1 parent d793438 commit b7a8101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpiformat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ readme = "README.rst"
dependencies = [
"regex==2022.9.13",
"black==23.3.0",
"clang-format==16.0.4",
"clang-tidy==15.0.2.1"
"clang-format==17.0.2",
"clang-tidy==17.0.1"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit b7a8101

Please sign in to comment.