ci: Configure isort and make it happy
This commit is contained in:
@@ -51,6 +51,11 @@ skip_covered = true
|
||||
fail_under = 91
|
||||
omit = ["examples/*"]
|
||||
|
||||
[tool.isort]
|
||||
force_sort_within_sections = true
|
||||
line_length = 100
|
||||
profile = "black"
|
||||
|
||||
[tool.pylint.format]
|
||||
max-line-length = 120
|
||||
|
||||
|
Reference in New Issue
Block a user