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 bd64d46 commit 2a1783eCopy full SHA for 2a1783e
scrapegraph-py/pyproject.toml
@@ -89,3 +89,6 @@ dev-dependencies = [
89
"poethepoet>=0.31.1",
90
]
91
92
+[tool.poe.tasks]
93
+pylint-local = "pylint scraperaphai/**/*.py"
94
+pylint-ci = "pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraphai/**/*.py"
0 commit comments