We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284f2f2 commit a4a752eCopy full SHA for a4a752e
cpp_linter_hooks/util.py
@@ -10,7 +10,7 @@
10
LOG = logging.getLogger(__name__)
11
12
13
-DEFAULT_CLANG_VERSION = "13"
+DEFAULT_CLANG_VERSION = "16"
14
15
16
def is_installed(tool_name: str, version: str) -> Optional[Path]:
0 commit comments