Added lint and flake to make

This commit is contained in:
Alex Kelly 2021-08-20 08:33:29 -04:00
commit 116be2fd53
3 changed files with 105 additions and 1 deletions

View file

@ -13,6 +13,7 @@ python-dateutil = "^2.8.2"
pytest = "^6.2.4"
flake8 = "^3.9.2"
python-semantic-release = "^7.19.1"
pylint = "^2.9.6"
[build-system]
requires = ["poetry-core>=1.0.0"]