Skip to content

Commit

Permalink
add pylint to venv
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi5 committed Dec 14, 2023
1 parent 5ccfd8f commit b849d13
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 1 deletion.
110 changes: 109 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
pylint = "^3.0.3"

[tool.poe.tasks]
test = "pytest"
Expand Down

0 comments on commit b849d13

Please sign in to comment.