We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f64f9 commit 57e661bCopy full SHA for 57e661b
cpp_linter_hooks/util.py
@@ -100,6 +100,7 @@ def get_version_from_dependency(tool: str) -> Optional[str]:
100
"20.1.8",
101
"21.1.0",
102
"21.1.1",
103
+ "21.1.2",
104
]
105
106
# https://pypi.org/pypi/clang-tidy/json
pyproject.toml
@@ -34,7 +34,7 @@ classifiers = [
34
dependencies = [
35
"tomli>=1.1.0; python_version < '3.11'",
36
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
37
- "clang-format==21.1.1",
+ "clang-format==21.1.2",
38
"clang-tidy==21.1.1",
39
40
dynamic = ["version"]
0 commit comments