Skip to content

Commit 5c5e122

Browse files
authored
docs: update README.md and pyproject.toml (#52)
* docs: update README.md * chore: update pyproject.toml
1 parent d057020 commit 5c5e122

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
88
<!-- [![PyPI - Downloads](https://img.shields.io/pypi/dw/cpp-linter-hooks)](https://pypi.org/project/cpp-linter-hooks/) -->
99

10-
11-
`cpp-linter-hooks` integrates `clang-format` and `clang-tidy` hooks with [pre-commit](https://pre-commit.com/) to lint your C/C++ code efficiently.
10+
cpp-linter-hooks is a [pre-commit](https://pre-commit.com/) hook that uses clang-format and clang-tidy to check your C/C++ code.
1211

1312
> [!NOTE]
1413
> This hook automatically downloads a specific version of `clang-format` or `clang-tidy` [binaries](https://github.com/cpp-linter/clang-tools-static-binaries) and installs it on the system.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cpp_linter_hooks"
7-
description = "Automatically check c/c++ with clang-format and clang-tidy"
7+
description = "Automatically check c/c++ code with clang-format and clang-tidy"
88
readme = "README.md"
99
keywords = ["clang", "clang-format", "clang-tidy", "pre-commit", "pre-commit-hooks"]
1010
license = {text = "MIT License"}
1111
authors = [
12-
{ name = "Peter Shen", email = "[email protected]" },
12+
{ name = "Xianpeng Shen", email = "[email protected]" },
1313
]
1414
classifiers = [
1515
# https://pypi.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)