Add combine_as_imports = true isort option

This commit is contained in:
ZipFile 2025-06-01 18:45:47 +00:00
parent 6766ef3eba
commit ceed6a8222

View File

@ -91,6 +91,7 @@ show_missing = true
[tool.isort]
profile = "black"
combine_as_imports = true
[tool.pylint.main]
ignore = ["tests"]