Make pylint and pycodestyle happy with the code

This commit is contained in:
2021-03-24 12:26:59 +01:00
parent 86484a091f
commit 0e72e78bbf
3 changed files with 144 additions and 7 deletions

View File

@@ -11,6 +11,8 @@ passlib = "^1.7.4"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
Werkzeug = "^1.0.1"
pylint = "^2.7.2"
pycodestyle = "^2.7.0"
[build-system]
requires = ["poetry-core>=1.0.0"]