git-bot-feedback 0.7.1

A library designed for CI tools that posts comments on a Pull Request.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "git-bot-feedback-ws"
version = "0.0.0+private-virtual"
dependencies = []
classifiers = ["Private :: Do Not Upload"]

[tool.uv.sources]
git-bot-feedback = { workspace = true }

[tool.uv.workspace]
members = ["bindings/python"]

[dependency-groups]
docs = [
    "furo>=2025.12.19",
    "sphinx>=8.1.3",
    "git-bot-feedback",
]