Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:

# Python linting and formatting
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.12
rev: v0.15.15
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -43,7 +43,7 @@ repos:

# CMake linting and formatting
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
rev: 0.27.2
rev: 0.27.7
hooks:
- id: gersemi
name: CMake linting
Expand All @@ -52,7 +52,7 @@ repos:
# This brings in a portable version of clang-format.
# See also: https://github.com/ssciwr/clang-format-wheel
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v22.1.4
rev: v22.1.5
hooks:
- id: clang-format
types_or: [c++, c]
3 changes: 1 addition & 2 deletions cmake/cmake-util/easyloggingpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ FetchContent_Declare(
GIT_SHALLOW ON
GIT_PROGRESS ON
UPDATE_DISCONNECTED ON
SOURCE_SUBDIR
cmake/wealthplanner-skip-add-subdirectory
SOURCE_SUBDIR cmake/wealthplanner-skip-add-subdirectory
)

FetchContent_MakeAvailable(easyloggingpp)
Expand Down
Loading