Install pylint and black

for formatting and ensuring the code conforms to PEP standards
This commit is contained in:
2022-10-24 19:59:18 -05:00
parent 1845e42488
commit 7d684d8b9d
3 changed files with 243 additions and 10 deletions

View File

@@ -7,6 +7,8 @@ name = "pypi"
discord = "*"
peewee = "*"
dateparser = "*"
pylint = "*"
black = "*"
[dev-packages]