We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d07c0 commit 5913d5fCopy full SHA for 5913d5f
scrapegraph-py/pyproject.toml
@@ -96,5 +96,5 @@ requires = ["hatchling"]
96
build-backend = "hatchling.build"
97
98
[tool.poe.tasks]
99
-pylint-local = "pylint scraperaphai/**/*.py"
100
-pylint-ci = "pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraphai/**/*.py"
+pylint-local = "pylint scrapegraph_py/**/*.py"
+pylint-ci = "pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraph_py/**/*.py"
0 commit comments