Skip to content

Commit a4a752e

Browse files
committed
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

+1-1
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)