update workflows

This commit is contained in:
long2ice
2021-10-19 11:56:51 +08:00
parent c3be2eca19
commit 4faa5b7101
4 changed files with 16 additions and 27 deletions

View File

@@ -37,3 +37,7 @@ build-backend = "poetry.masonry.api"
redis = ["aioredis"]
memcache = ["aiomcache"]
all = ["aioredis","aiomcache"]
[tool.black]
line-length = 100
target-version = ['py36', 'py37', 'py38', 'py39']