Skip to content

Commit

Permalink
chore: set up CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
f-aguzzi committed Nov 28, 2024
1 parent bd64d46 commit 2a1783e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scrapegraph-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ dev-dependencies = [
"poethepoet>=0.31.1",
]

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

0 comments on commit 2a1783e

Please sign in to comment.