Skip to content

Commit 2440f7f

Browse files
committed
fix: pyproject
1 parent e719881 commit 2440f7f

File tree

2 files changed

+4
-207
lines changed

2 files changed

+4
-207
lines changed

scrapegraph-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ 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)