Skip to content

Commit 181e32e

Browse files
committed
chore: fix pylint scripts
1 parent a767f91 commit 181e32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scrapegraph-py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ requires = ["hatchling"]
9696
build-backend = "hatchling.build"
9797

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

0 commit comments

Comments
 (0)