Skip to content

Commit 740933a

Browse files
committed
fix: updated hatchling version
1 parent 62243f8 commit 740933a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scrapegraph-py/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ disallow_untyped_calls = true
9292
ignore_missing_imports = true
9393

9494
[build-system]
95-
requires = ["hatchling"]
95+
requires = ["hatchling==1.26.3"]
9696
build-backend = "hatchling.build"
9797

9898
[tool.poe.tasks]
9999
pylint-local = "pylint scrapegraph_py/**/*.py"
100-
pylint-ci = "pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraph_py/**/*.py"
100+
pylint-ci = "pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraph_py/**/*.py"

0 commit comments

Comments
 (0)