Skip to content

Commit daf87f9

Browse files
authored
Update hatchling version and lint ignores in pyproject
1 parent f0bff05 commit daf87f9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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>=1.20"]
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-js"
@@ -164,11 +159,7 @@ section-order = [
164159
]
165160

166161
[tool.ruff.lint.per-file-ignores]
167-
<<<<<<< before updating
168-
"__init__.py" = ["F401", "F403"]
169-
=======
170162
"__init__.py" = [
171163
"F401",
172164
"F403",
173165
]
174-
>>>>>>> after updating

0 commit comments

Comments
 (0)