Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4a752e

Browse files
committedApr 22, 2025·
chore: update default clang version to 16
1 parent 284f2f2 commit a4a752e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cpp_linter_hooks/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
LOG = logging.getLogger(__name__)
1111

1212

13-
DEFAULT_CLANG_VERSION = "13"
13+
DEFAULT_CLANG_VERSION = "16"
1414

1515

1616
def is_installed(tool_name: str, version: str) -> Optional[Path]:

0 commit comments

Comments
 (0)
Please sign in to comment.