We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1721068 commit 284f2f2Copy full SHA for 284f2f2
pyproject.toml
@@ -9,7 +9,7 @@ name = "cpp_linter_hooks"
9
description = "Automatically check c/c++ code with clang-format and clang-tidy"
10
readme = "README.md"
11
keywords = ["clang", "clang-format", "clang-tidy", "pre-commit", "pre-commit-hooks"]
12
-license = {text = "MIT License"}
+license = "MIT"
13
authors = [
14
{ name = "Xianpeng Shen", email = "[email protected]" },
15
]
0 commit comments