Skip to content

Commit 753e815

Browse files
authored
fix(lint): Update to gersemi 0.21.0 and apply corresponding format changes. (#69)
1 parent 6c61594 commit 753e815

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cmake/ystdlib-helpers.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ function(add_cpp_library)
106106
target_sources(
107107
${ARG_NAME}
108108
PUBLIC
109-
FILE_SET
110-
HEADERS
109+
FILE_SET HEADERS
111110
BASE_DIRS
112111
"$<BUILD_INTERFACE:${ARG_BUILD_INCLUDE_DIRS}>"
113112
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"

lint-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
clang-format>=20.1.0
22
clang-tidy>=19.1.0
33
colorama>=0.4.6
4-
gersemi>=0.20.0
4+
gersemi>=0.21.0
55
yamllint>=1.35.1

0 commit comments

Comments
 (0)