From 55a60c7204e5b637262002d79f90d6a56e0f5326 Mon Sep 17 00:00:00 2001 From: Matthew Cengia Date: Sun, 19 Mar 2023 18:07:41 +1100 Subject: [PATCH] pyproject.toml: Install linter and auto-formatter in dev environment Signed-off-by: Matthew Cengia --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b335c4b..bc862d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] \ No newline at end of file