We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6ebb3 commit e711561Copy full SHA for e711561
1 file changed
pyproject.toml
@@ -1,13 +1,8 @@
1
[build-system]
2
-<<<<<<< before updating
3
-requires = ["hatchling"]
4
-build-backend = "hatchling.build"
5
-=======
6
requires = [
7
"hatchling",
8
]
9
build-backend="hatchling.build"
10
->>>>>>> after updating
11
12
[project]
13
name = "hatch-cpp"
@@ -167,11 +162,7 @@ section-order = [
167
162
168
163
169
164
[tool.ruff.lint.per-file-ignores]
170
171
-"__init__.py" = ["F401", "F403"]
172
173
165
"__init__.py" = [
174
166
"F401",
175
"F403",
176
177
0 commit comments