Skip to content

Commit e711561

Browse files
authored
Clean up pyproject.toml formatting
1 parent bf6ebb3 commit e711561

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
[build-system]
2-
<<<<<<< before updating
3-
requires = ["hatchling"]
4-
build-backend = "hatchling.build"
5-
=======
62
requires = [
73
"hatchling",
84
]
95
build-backend="hatchling.build"
10-
>>>>>>> after updating
116

127
[project]
138
name = "hatch-cpp"
@@ -167,11 +162,7 @@ section-order = [
167162
]
168163

169164
[tool.ruff.lint.per-file-ignores]
170-
<<<<<<< before updating
171-
"__init__.py" = ["F401", "F403"]
172-
=======
173165
"__init__.py" = [
174166
"F401",
175167
"F403",
176168
]
177-
>>>>>>> after updating

0 commit comments

Comments
 (0)