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 7332611 commit 0fc6dd4Copy full SHA for 0fc6dd4
pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
32
"Topic :: Software Development :: Build Tools",
33
]
34
dependencies = [
35
+ "pip>=20.3", # Required to install clang-format and clang-tidy
36
"tomli>=1.1.0; python_version < '3.11'",
37
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
38
"clang-format==21.1.2",
0 commit comments