We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62243f8 commit 740933aCopy full SHA for 740933a
scrapegraph-py/pyproject.toml
@@ -92,9 +92,9 @@ disallow_untyped_calls = true
92
ignore_missing_imports = true
93
94
[build-system]
95
-requires = ["hatchling"]
+requires = ["hatchling==1.26.3"]
96
build-backend = "hatchling.build"
97
98
[tool.poe.tasks]
99
pylint-local = "pylint scrapegraph_py/**/*.py"
100
-pylint-ci = "pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraph_py/**/*.py"
+pylint-ci = "pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraph_py/**/*.py"
0 commit comments