Add pylint to the dev dependencies

This commit is contained in:
Alexander Hess 2021-05-25 08:00:15 +02:00
commit 31f8517967
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 109 additions and 1 deletions

View file

@ -30,3 +30,4 @@ jupyterlab = "^3.0.16"
[tool.poetry.dev-dependencies]
black = "^21.5b1"
pylint = "^2.8.2"