pyproject.toml: Install linter and auto-formatter in dev environment

Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
This commit is contained in:
Matthew Cengia
2023-03-19 18:07:41 +11:00
parent cf5cf4e18a
commit 55a60c7204

View File

@@ -21,5 +21,9 @@ flask-providers-oidc = "^1.2.1"
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pylint = "^2.17.0"
autopep8 = "^2.0.2"
[build-system]
requires = ["poetry-core>=1.0.0"]