Skip to content

Commit c09cbbf

Browse files
authored
Update pyproject.toml
1 parent 7dc8e0d commit c09cbbf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,13 @@ develop = [
4242
"build",
4343
"bump-my-version",
4444
"check-manifest",
45-
<<<<<<< before updating
46-
"ruff>=0.3,<0.13",
47-
=======
4845
"codespell>=2.4,<2.5",
4946
"hatchling",
5047
"mdformat>=0.7.22,<0.8",
5148
"mdformat-tables>=1",
5249
"pytest",
5350
"pytest-cov",
5451
"ruff",
55-
>>>>>>> after updating
5652
"twine",
5753
"uv",
5854
"wheel",
@@ -77,12 +73,8 @@ Homepage = "https://github.com/python-project-templates/hatch-cpp"
7773
[tool.bumpversion]
7874
current_version = "0.1.7"
7975
commit = true
80-
<<<<<<< before updating
8176
tag = false
82-
=======
83-
tag = true
8477
commit_args = "-s"
85-
>>>>>>> after updating
8678

8779
[[tool.bumpversion.files]]
8880
filename = "hatch_cpp/__init__.py"

0 commit comments

Comments
 (0)