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 73af16b commit 47140e7Copy full SHA for 47140e7
pyproject.toml
@@ -32,8 +32,6 @@ classifiers = [
32
"Topic :: Software Development :: Build Tools",
33
]
34
dependencies = [
35
- "clang-format==20.1.7",
36
- "clang-tidy==20.1.0",
37
"tomli>=1.1.0; python_version < '3.11'",
38
39
dynamic = ["version"]
@@ -47,6 +45,11 @@ source = "https://github.com/cpp-linter/cpp-linter-hooks"
47
45
tracker = "https://github.com/cpp-linter/cpp-linter-hooks/issues"
48
46
49
[project.optional-dependencies]
+tools = [
+ "clang-format==20.1.7",
50
+ "clang-tidy==20.1.0",
51
+]
52
+
53
dev = [
54
"coverage",
55
"pre-commit",
0 commit comments