ci: Configure isort and make it happy

This commit is contained in:
2023-10-29 10:47:21 +01:00
parent d28ca167f2
commit 95039914ba
7 changed files with 21 additions and 7 deletions

View File

@@ -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