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 62c30c8 commit 506a512Copy full SHA for 506a512
pyproject.toml
@@ -34,8 +34,8 @@ 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.0",
38
- "clang-tidy==21.1.0",
+ "clang-format==21.1.2",
+ "clang-tidy==21.1.1",
39
]
40
dynamic = ["version"]
41
0 commit comments