Make pylint and pycodestyle happy with the code

这个提交包含在:
2021-03-24 12:26:59 +01:00
父节点 86484a091f
当前提交 0e72e78bbf
共有 3 个文件被更改,包括 144 次插入7 次删除

查看文件

@@ -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"]