Skip to content

Commit 9f87a42

Browse files
authored
ci(lint): Lock clang-format to v20.1.x until we can upgrade our code to meet v21's formatting standards. (#1274)
1 parent fbd5a12 commit 9f87a42

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,5 +1,6 @@
11
black>=24.4.2
2-
clang-format>=20.1
2+
# Lock to 20.1.x until we can upgrade our settings to work with 21.x.
3+
clang-format~=20.1
34
# Lock to v19.x until we can upgrade our code to fix new v20 issues.
45
clang-tidy~=19.1
56
ruff>=0.4.4

0 commit comments

Comments
 (0)