This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new 5efb821  Add pyproject.toml for project configuration
5efb821 is described below

commit 5efb821011ce46b7f990b0c040c87348d6c2f225
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Nov 13 09:25:13 2025 -0800

    Add pyproject.toml for project configuration
---
 pyproject.toml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..1f5dbc7
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,13 @@
+[project]
+name = "precommit-analyze"
+version = "0.1.0"
+description = "Run pre-commit analysis in CI"
+requires-python = ">=3.10"
+dependencies = []
+
+[project.optional-dependencies]
+dev = ["pre-commit>=3.8.0"]
+
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to