Skip to content

Commit

Permalink
Temporarily lock clang-format to v18.x to resolve lint failures. (y-s…
Browse files Browse the repository at this point in the history
…cope#546)

Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
LinZhihao-723 and kirkrodrigues authored Sep 24, 2024
1 parent 3ceb17e commit 695a1f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
black>=24.4.2
clang-format>=18.1.5
# Lock to v18.x until we can upgrade our code to meet v19's formatting standards.
clang-format~=18.1
ruff>=0.4.4
yamllint>=1.35.1

0 comments on commit 695a1f8

Please sign in to comment.