添加开发依赖autopep8

This commit is contained in:
2022-05-24 18:42:55 +08:00
parent 4ef577687c
commit 9786a1325b
2 changed files with 42 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ asyncio = "^3.4.3"
[tool.poetry.dev-dependencies]
mypy = "^0.950"
autopep8 = "^1.6.0"
[build-system]
requires = ["poetry-core>=1.0.0"]