Add line length to isort config

This commit is contained in:
Serene-Arc
2022-12-03 15:20:03 +10:00
parent 1dc5ead4f6
commit 002a2dac43

View File

@@ -13,4 +13,5 @@ commands =
[isort]
profile = black
multi_line_output = 3
multi_line_output = 3
line_length = 120