We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc8e0d commit c09cbbfCopy full SHA for c09cbbf
pyproject.toml
@@ -42,17 +42,13 @@ develop = [
42
"build",
43
"bump-my-version",
44
"check-manifest",
45
-<<<<<<< before updating
46
- "ruff>=0.3,<0.13",
47
-=======
48
"codespell>=2.4,<2.5",
49
"hatchling",
50
"mdformat>=0.7.22,<0.8",
51
"mdformat-tables>=1",
52
"pytest",
53
"pytest-cov",
54
"ruff",
55
->>>>>>> after updating
56
"twine",
57
"uv",
58
"wheel",
@@ -77,12 +73,8 @@ Homepage = "https://github.com/python-project-templates/hatch-cpp"
77
73
[tool.bumpversion]
78
74
current_version = "0.1.7"
79
75
commit = true
80
81
76
tag = false
82
83
-tag = true
84
commit_args = "-s"
85
86
87
[[tool.bumpversion.files]]
88
filename = "hatch_cpp/__init__.py"
0 commit comments