From 948b16ee964272ef3ee8c6c7e987893dc47de4c3 Mon Sep 17 00:00:00 2001 From: valeros Date: Tue, 17 Sep 2024 13:43:06 +0300 Subject: [PATCH] Update clang-tidy to v18.1.8 --- platformio/dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/dependencies.py b/platformio/dependencies.py index 334c0af1..7352a220 100644 --- a/platformio/dependencies.py +++ b/platformio/dependencies.py @@ -23,7 +23,7 @@ def get_core_dependencies(): "contrib-pioremote": "~1.0.0", "tool-scons": "~4.40801.0", "tool-cppcheck": "~1.21100.0", - "tool-clangtidy": "~1.150005.0", + "tool-clangtidy": "~1.180108.0", "tool-pvs-studio": "~7.18.0", }