mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-05-20 04:45:24 +02:00
pyproject.toml: Install linter and auto-formatter in dev environment
Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user