Skip to content

Commit 5913d5f

Browse files
committed
chore: fix pylint scripts
1 parent e6d07c0 commit 5913d5f

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)