1
0
Fork 0
mirror of synced 2024-06-26 10:00:20 +12:00

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