Skip to content

Commit

Permalink
fix: pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Dec 10, 2024
1 parent e719881 commit 2440f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 207 deletions.
2 changes: 1 addition & 1 deletion scrapegraph-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ build-backend = "hatchling.build"

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

0 comments on commit 2440f7f

Please sign in to comment.