feat(dev): Install and configure isort
This commit is contained in:
@@ -10,6 +10,7 @@ dependencies = []
|
||||
dev = [
|
||||
"black>=25.1.0",
|
||||
"commitizen>=4.8.3",
|
||||
"isort>=6.0.1",
|
||||
"pre-commit>=4.3.0",
|
||||
]
|
||||
|
||||
@@ -23,3 +24,8 @@ version_scheme = "pep440"
|
||||
version_provider = "poetry"
|
||||
update_changelog_on_bump = true
|
||||
major_version_zero = true
|
||||
|
||||
[tool.isort]
|
||||
force_sort_within_sections = true
|
||||
line_length = 120
|
||||
profile = "black"
|
||||
|
Reference in New Issue
Block a user