mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
🔀 Merge branch dev
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user