1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

[CI] Update clang-tidy to 18.1.3 (#7822)

This commit is contained in:
Keith Burzinski
2024-12-02 16:29:45 -06:00
committed by GitHub
parent e08a9cc3a3
commit 9c8976be13
5 changed files with 37 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# Useful stuff when working in a development environment
clang-format==13.0.1 # also change in .pre-commit-config.yaml and Dockerfile when updating
clang-tidy==14.0.6 # When updating clang-tidy, also update Dockerfile
clang-tidy==18.1.3 # When updating clang-tidy, also update Dockerfile
yamllint==1.35.1 # also change in .pre-commit-config.yaml when updating