10 lines
307 B
INI
10 lines
307 B
INI
[isort]
|
|
line_length=79
|
|
multi_line_output=3
|
|
length_sort=true
|
|
known_standard_library=numpy,setuptools
|
|
known_myself=torchreid
|
|
known_third_party=matplotlib,cv2,torch,torchvision,PIL,yacs
|
|
no_lines_before=STDLIB,THIRDPARTY
|
|
sections=FUTURE,STDLIB,THIRDPARTY,myself,FIRSTPARTY,LOCALFOLDER
|
|
default_section=FIRSTPARTY |