🔀 Merge branch dev

This commit is contained in:
yanyongyu
2022-01-15 22:12:50 +08:00
25 changed files with 195 additions and 79 deletions

View File

@ -40,9 +40,9 @@ httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"], optional = true }
isort = "^5.10.1"
black = "^21.11b1"
pytest-cov = "^3.0.0"
pre-commit = "^2.16.0"
pytest-xdist = "^2.5.0"
nonebug = { git = "https://github.com/nonebot/nonebug.git" }
nb-autodoc = {git = "https://github.com/nonebot/nb-autodoc.git"}
[tool.poetry.extras]
quart = ["quart"]
@ -72,7 +72,7 @@ line_length = 80
length_sort = true
skip_gitignore = true
force_sort_within_sections = true
known_local_folder = ["nonebot"]
src_paths = ["nonebot", "tests"]
extra_standard_library = ["typing_extensions"]
[build-system]