Skip to content

Commit c04607c

Browse files
committed
fix: adjust metadata for uv support
fix project's minimum supported python version and check-in uv.lock
1 parent e7d4aed commit c04607c

File tree

2 files changed

+863
-2
lines changed

2 files changed

+863
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
requires = ["setuptools>=45", "setuptools-scm"]
33
build-backend = "setuptools.build_meta"
44

5-
requires-python = ">=3.9"
6-
75
[project]
6+
requires-python = ">=3.9"
87
name = "cpp_linter_hooks"
98
description = "Automatically formats and lints C/C++ code using clang-format and clang-tidy"
109
readme = "README.md"

0 commit comments

Comments
 (0)