mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-06 12:26:38 +00:00
✏️ fix isort line length typo
This commit is contained in:
parent
15d68706b3
commit
0b150d35f7
@ -69,7 +69,7 @@ extend-exclude = '''
|
|||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
line_length = 80
|
line_length = 88
|
||||||
length_sort = true
|
length_sort = true
|
||||||
skip_gitignore = true
|
skip_gitignore = true
|
||||||
force_sort_within_sections = true
|
force_sort_within_sections = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user