Skip to content

Commit 038b12a

Browse files
committed
update project descrtion
1 parent 2842fbf commit 038b12a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Test](https://github.com/cpp-linter/cpp-linter-hooks/actions/workflows/test.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-hooks/actions/workflows/test.yml)
77
[![CodeQL](https://github.com/cpp-linter/cpp-linter-hooks/actions/workflows/codeql.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-hooks/actions/workflows/codeql.yml)
88

9-
A powerful [pre-commit](https://pre-commit.com/) hook that automatically formats and lints your C/C++ code using `clang-format` and `clang-tidy`.
9+
A powerful [pre-commit](https://pre-commit.com/) hook for auto-formatting and linting C/C++ code with `clang-format` and `clang-tidy`.
1010

1111
## Table of Contents
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.9"
66

77
[project]
88
name = "cpp_linter_hooks"
9-
description = "Automatically check c/c++ code with clang-format and clang-tidy"
9+
description = "Automatically formats and lints C/C++ code using clang-format and clang-tidy"
1010
readme = "README.md"
1111
keywords = ["clang", "clang-format", "clang-tidy", "pre-commit", "pre-commit-hooks"]
1212
license = "MIT"

0 commit comments

Comments
 (0)