✏️ fix isort line length typo

This commit is contained in:
yanyongyu 2022-01-28 12:32:19 +08:00
parent 15d68706b3
commit 0b150d35f7
No known key found for this signature in database
GPG Key ID: 796D8A7FB73396EB

View File

@ -69,7 +69,7 @@ extend-exclude = '''
[tool.isort]
profile = "black"
line_length = 80
line_length = 88
length_sort = true
skip_gitignore = true
force_sort_within_sections = true