From 4deb7b46656a42f1dcbc98136a391a610b6c7b77 Mon Sep 17 00:00:00 2001 From: davidlion Date: Thu, 24 Jul 2025 10:27:02 -0400 Subject: [PATCH] fix(lint): Update to latest version of gersemi and apply corresponding format changes. --- cmake/ystdlib-helpers.cmake | 3 +-- lint-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cmake/ystdlib-helpers.cmake b/cmake/ystdlib-helpers.cmake index 5173eab..67e7c53 100644 --- a/cmake/ystdlib-helpers.cmake +++ b/cmake/ystdlib-helpers.cmake @@ -106,8 +106,7 @@ function(add_cpp_library) target_sources( ${ARG_NAME} PUBLIC - FILE_SET - HEADERS + FILE_SET HEADERS BASE_DIRS "$" "$" diff --git a/lint-requirements.txt b/lint-requirements.txt index 8813c97..9420775 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,5 +1,5 @@ clang-format>=20.1.0 clang-tidy>=19.1.0 colorama>=0.4.6 -gersemi>=0.20.0 +gersemi>=0.21.0 yamllint>=1.35.1