We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bff05 commit daf87f9Copy full SHA for daf87f9
1 file changed
pyproject.toml
@@ -1,13 +1,8 @@
1
[build-system]
2
-<<<<<<< before updating
3
-requires = ["hatchling>=1.20"]
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-js"
@@ -164,11 +159,7 @@ section-order = [
164
159
165
160
166
161
[tool.ruff.lint.per-file-ignores]
167
168
-"__init__.py" = ["F401", "F403"]
169
170
162
"__init__.py" = [
171
163
"F401",
172
"F403",
173
174
0 commit comments