Skip to content

Commit 695a1f8

Browse files
Temporarily lock clang-format to v18.x to resolve lint failures. (#546)
Co-authored-by: kirkrodrigues <[email protected]>
1 parent 3ceb17e commit 695a1f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lint-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
black>=24.4.2
2-
clang-format>=18.1.5
2+
# Lock to v18.x until we can upgrade our code to meet v19's formatting standards.
3+
clang-format~=18.1
34
ruff>=0.4.4
45
yamllint>=1.35.1

0 commit comments

Comments
 (0)