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 e7d4aed commit c04607cCopy full SHA for c04607c
pyproject.toml
@@ -2,9 +2,8 @@
2
requires = ["setuptools>=45", "setuptools-scm"]
3
build-backend = "setuptools.build_meta"
4
5
-requires-python = ">=3.9"
6
-
7
[project]
+requires-python = ">=3.9"
8
name = "cpp_linter_hooks"
9
description = "Automatically formats and lints C/C++ code using clang-format and clang-tidy"
10
readme = "README.md"
0 commit comments