From e4aae2fe3c4fc7c6adc9ed3bf1d59f3d9283027d Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 19 Sep 2024 15:17:03 +0300 Subject: [PATCH] Update clang-tidy to v19.1.0 --- platformio/dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/dependencies.py b/platformio/dependencies.py index 334c0af1..904e32ef 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.190100.0", "tool-pvs-studio": "~7.18.0", }