diff --git a/utils/check-style-clang-format.py b/utils/check-style-clang-format.py index 7e019f92a..f80260650 100755 --- a/utils/check-style-clang-format.py +++ b/utils/check-style-clang-format.py @@ -47,9 +47,9 @@ from typing import List, Tuple # PARAMETERS ########################################################### CLANG_FORMAT_VERSIONS = [ - 14, - 15, 16, + 15, + 14, ] DIRECTORIES_TO_SKIP = [