Skip to content

Commit 2e7c6a0

Browse files
JonZeollaclaude
andcommitted
fix(config): add version update mechanism comment and remove empty coverage section
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bd4bebd commit 2e7c6a0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[project]
22
name = "ai-native-python"
3+
# Automatically updated by the release task via python-semantic-release (see Taskfile.yml and [tool.semantic_release] below)
34
version = "0.4.1"
45
description = "The AI-Native python paved road generator"
56
authors = [
@@ -76,8 +77,6 @@ dev = [
7677
"refurb",
7778
]
7879

79-
[tool.coverage.report]
80-
8180
[tool.pyright]
8281
include = ["ai_native_python", "tests", "hooks"]
8382
exclude = ["**/__pycache__"]

0 commit comments

Comments
 (0)