[CI] Update clang-tidy to 18.1.8 (#7915)

This commit is contained in:
Sebastian Muszynski 2024-12-04 22:44:34 +01:00 committed by GitHub
parent d429aa8bb8
commit 4e839d42d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# Useful stuff when working in a development environment # 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-format==13.0.1 # also change in .pre-commit-config.yaml and Dockerfile when updating
clang-tidy==18.1.3 # When updating clang-tidy, also update Dockerfile clang-tidy==18.1.8 # When updating clang-tidy, also update Dockerfile
yamllint==1.35.1 # also change in .pre-commit-config.yaml when updating yamllint==1.35.1 # also change in .pre-commit-config.yaml when updating