Skip to content

Commit

Permalink
Added pylint as (poetry) dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed May 7, 2024
1 parent c37ad23 commit 6d75a6a
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 1 deletion.
97 changes: 96 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 @@ -11,6 +11,7 @@ python = "^3.9"
PyYAML = "^6.0.1"
black = "^24.4.2"
mdutils = "^1.6.0"
pylint = "^3.1.0"

[tool.poetry.scripts]
mepo = "mepo.__main__:main"
Expand Down

0 comments on commit 6d75a6a

Please sign in to comment.