We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f36749 commit c7b8103Copy full SHA for c7b8103
tests/test_util.py
@@ -6,7 +6,7 @@
6
from cpp_linter_hooks.util import is_installed, ensure_installed, DEFAULT_CLANG_VERSION
7
8
9
-VERSIONS = [None, "16"]
+VERSIONS = [None, "18"]
10
TOOLS = ["clang-format", "clang-tidy"]
11
12
0 commit comments